color codes Logo

#b548e5 color codes

#B548E5
(181,72,229)
0 Favorites   0 Comments

Color spaces of #b548e5

RGB 18172229
HSL0.780.750.59
HSV282°69°90°
CMYK 0.210.690.00   0.10
XYZ35.516320.115676.1395
Yxy20.11560.26950.1527
Hunter Lab44.850462.8629-69.2573
CIE-Lab51.967767.1719-60.3341

#b548e5 color RGB value is (181,72,229).

#b548e5 hex color red value is 181, green value is 72 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b548e5 hue: 0.78 , saturation: 0.75 and the lightness value of b548e5 is 0.59.

The process color (four color CMYK) of #b548e5 color code is 0.21, 0.69, 0.00, 0.10. Web safe color of #b548e5 is #cc33cc. Color #b548e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001000 11100101
Octal 265 110 345
Decimal 181 72 229
Hex B5 48 E5

RGB Percentages of Color #b548e5

%37.55
%14.94
%47.51

CMYK Percentages of Color #b548e5

%21
%69
%0
%10

Triadic Colors of #b548e5

#b548e5 #e5b548 #48e5b5

Analogous Colors of #b548e5

#b548e5 #e548c7 #6748e5

Monochromatic Colors of #b548e5

#b548e5

Complementary Color

#b548e5 #78e548

#b548e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b548e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b548e5 Color CSS Codes

.mybgcolor {background-color:#b548e5; } 
.myforecolor {color:#b548e5; }
.mybordercolor {border:3px solid #b548e5; }

#b548e5 Text Font Color

<p style="color:#b548e5">Text here</p>

This sample text font color is #b548e5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b548e5 Background Color

<div style="background-color:#b548e5">
Div content here</div>

This div background color is #b548e5


#b548e5 Border Color

<div style="border:3px solid #b548e5">
Div here</div>

This div border color is #b548e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,72,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b548e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b548e5;
  -webkit-box-shadow: 1px 1px 3px 2px #b548e5;
  box-shadow:         1px 1px 3px 2px #b548e5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,72,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b548e5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b548e5;
  -webkit-box-shadow: 1px 1px 3px 2px #b548e5;
  box-shadow:         1px 1px 3px 2px #b548e5;">
Div content here</div>

This div box has shadow with color #b548e5


Comments

No comments written yet.

Please login to write comment.