Color Hex Logo

#bc5fcc Color Hex

#BC5FCC
(188,95,204)
0 Favorites   0 Comments

Color spaces of #bc5fcc

RGB 18895204
HSL0.810.520.59
HSV291°53°80°
CMYK 0.080.530.00   0.20
XYZ35.730323.235459.7284
Yxy23.23540.30100.1958
Hunter Lab48.203147.9567-39.7240
CIE-Lab55.314053.4699-40.7656

#bc5fcc color RGB value is (188,95,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011111 11001100
Octal 274 137 314
Decimal 188 95 204
Hex BC 5F CC

RGB Percentages of Color #bc5fcc

%38.60
%19.51
%41.89

CMYK Percentages of Color #bc5fcc

%8
%53
%0
%20

Triadic Colors of #bc5fcc

#bc5fcc #ccbc5f #5fccbc

Analogous Colors of #bc5fcc

#bc5fcc #cc5fa6 #865fcc

Monochromatic Colors of #bc5fcc

#bc5fcc

Complementary Color

#bc5fcc #6fcc5f

#bc5fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5fcc Color CSS Codes

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

#bc5fcc Text Font Color

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

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


#bc5fcc Background Color

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

This div background color is #bc5fcc


#bc5fcc Border Color

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

This div border color is #bc5fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5fcc


Comments

No comments written yet.

Please login to write comment.