Color Hex Logo

#bc5dcb Color Hex

#BC5DCB
(188,93,203)
0 Favorites   0 Comments

Color spaces of #bc5dcb

RGB 18893203
HSL0.810.510.58
HSV292°54°80°
CMYK 0.070.540.00   0.20
XYZ35.432922.831959.0394
Yxy22.83190.30210.1946
Hunter Lab47.782748.7454-39.8096
CIE-Lab54.898854.2557-40.8495

#bc5dcb color RGB value is (188,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011101 11001011
Octal 274 135 313
Decimal 188 93 203
Hex BC 5D CB

RGB Percentages of Color #bc5dcb

%38.84
%19.21
%41.94

CMYK Percentages of Color #bc5dcb

%7
%54
%0
%20

Triadic Colors of #bc5dcb

#bc5dcb #cbbc5d #5dcbbc

Analogous Colors of #bc5dcb

#bc5dcb #cb5da3 #855dcb

Monochromatic Colors of #bc5dcb

#bc5dcb

Complementary Color

#bc5dcb #6ccb5d

#bc5dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5dcb Color CSS Codes

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

#bc5dcb Text Font Color

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

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


#bc5dcb Background Color

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

This div background color is #bc5dcb


#bc5dcb Border Color

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

This div border color is #bc5dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,93,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 #bc5dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5dcb


Comments

No comments written yet.

Please login to write comment.