Color Hex Logo

#b55cad Color Hex

#B55CAD
(181,92,173)
0 Favorites   0 Comments

Color spaces of #b55cad

RGB 18192173
HSL0.850.380.54
HSV305°49°71°
CMYK 0.000.490.04   0.29
XYZ30.426020.495241.8875
Yxy20.49520.32780.2208
Hunter Lab45.271640.7403-23.1678
CIE-Lab52.392547.2408-27.5400

#b55cad color RGB value is (181,92,173).

#b55cad hex color red value is 181, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b55cad hue: 0.85 , saturation: 0.38 and the lightness value of b55cad is 0.54.

The process color (four color CMYK) of #b55cad color hex is 0.00, 0.49, 0.04, 0.29. Web safe color of #b55cad is #cc6699. Color #b55cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011100 10101101
Octal 265 134 255
Decimal 181 92 173
Hex B5 5C AD

RGB Percentages of Color #b55cad

%40.58
%20.63
%38.79

CMYK Percentages of Color #b55cad

%0
%49
%4
%29

Triadic Colors of #b55cad

#b55cad #adb55c #5cadb5

Analogous Colors of #b55cad

#b55cad #b55c81 #915cb5

Monochromatic Colors of #b55cad

#b55cad

Complementary Color

#b55cad #5cb564

#b55cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55cad Color CSS Codes

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

#b55cad Text Font Color

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

This sample text font color is #b55cad
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.


#b55cad Background Color

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

This div background color is #b55cad


#b55cad Border Color

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

This div border color is #b55cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55cad


Comments

No comments written yet.

Please login to write comment.