Color Hex Logo

#bc5ccc Color Hex

#BC5CCC
(188,92,204)
0 Favorites   0 Comments

Color spaces of #bc5ccc

RGB 18892204
HSL0.810.520.58
HSV291°55°80°
CMYK 0.080.550.00   0.20
XYZ35.465322.705359.6401
Yxy22.70530.30100.1927
Hunter Lab47.650149.4675-40.8539
CIE-Lab54.767554.9312-41.6271

#bc5ccc color RGB value is (188,92,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011100 11001100
Octal 274 134 314
Decimal 188 92 204
Hex BC 5C CC

RGB Percentages of Color #bc5ccc

%38.84
%19.01
%42.15

CMYK Percentages of Color #bc5ccc

%8
%55
%0
%20

Triadic Colors of #bc5ccc

#bc5ccc #ccbc5c #5cccbc

Analogous Colors of #bc5ccc

#bc5ccc #cc5ca4 #845ccc

Monochromatic Colors of #bc5ccc

#bc5ccc

Complementary Color

#bc5ccc #6ccc5c

#bc5ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5ccc Color CSS Codes

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

#bc5ccc Text Font Color

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

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


#bc5ccc Background Color

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

This div background color is #bc5ccc


#bc5ccc Border Color

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

This div border color is #bc5ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5ccc


Comments

No comments written yet.

Please login to write comment.