Color Hex Logo

#bc5ccb Color Hex

#BC5CCB
(188,92,203)
0 Favorites   0 Comments

Color spaces of #bc5ccb

RGB 18892203
HSL0.810.520.58
HSV292°55°80°
CMYK 0.070.550.00   0.20
XYZ35.345722.657559.0103
Yxy22.65750.30210.1936
Hunter Lab47.599949.2469-40.1828
CIE-Lab54.717854.7403-41.1347

#bc5ccb color RGB value is (188,92,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011100 11001011
Octal 274 134 313
Decimal 188 92 203
Hex BC 5C CB

RGB Percentages of Color #bc5ccb

%38.92
%19.05
%42.03

CMYK Percentages of Color #bc5ccb

%7
%55
%0
%20

Triadic Colors of #bc5ccb

#bc5ccb #cbbc5c #5ccbbc

Analogous Colors of #bc5ccb

#bc5ccb #cb5ca3 #855ccb

Monochromatic Colors of #bc5ccb

#bc5ccb

Complementary Color

#bc5ccb #6bcb5c

#bc5ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5ccb Color CSS Codes

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

#bc5ccb Text Font Color

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

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


#bc5ccb Background Color

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

This div background color is #bc5ccb


#bc5ccb Border Color

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

This div border color is #bc5ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5ccb


Comments

No comments written yet.

Please login to write comment.