Color Hex Logo

#bd5ccb Color Hex

#BD5CCB
(189,92,203)
0 Favorites   0 Comments

Color spaces of #bd5ccb

RGB 18992203
HSL0.810.520.58
HSV292°55°80°
CMYK 0.070.550.00   0.20
XYZ35.592922.784959.0219
Yxy22.78490.30320.1941
Hunter Lab47.733549.5663-39.8979
CIE-Lab54.850155.0064-40.9173

#bd5ccb color RGB value is (189,92,203).

#bd5ccb hex color red value is 189, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd5ccb hue: 0.81 , saturation: 0.52 and the lightness value of bd5ccb is 0.58.

The process color (four color CMYK) of #bd5ccb color hex is 0.07, 0.55, 0.00, 0.20. Web safe color of #bd5ccb is #cc66cc. Color #bd5ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011100 11001011
Octal 275 134 313
Decimal 189 92 203
Hex BD 5C CB

RGB Percentages of Color #bd5ccb

%39.05
%19.01
%41.94

CMYK Percentages of Color #bd5ccb

%7
%55
%0
%20

Triadic Colors of #bd5ccb

#bd5ccb #cbbd5c #5ccbbd

Analogous Colors of #bd5ccb

#bd5ccb #cb5ca2 #865ccb

Monochromatic Colors of #bd5ccb

#bd5ccb

Complementary Color

#bd5ccb #6acb5c

#bd5ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5ccb Color CSS Codes

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

#bd5ccb Text Font Color

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

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


#bd5ccb Background Color

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

This div background color is #bd5ccb


#bd5ccb Border Color

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

This div border color is #bd5ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5ccb


Comments

No comments written yet.

Please login to write comment.