Color Hex Logo

#bc4dcc Color Hex

#BC4DCC
(188,77,204)
0 Favorites   0 Comments

Color spaces of #bc4dcc

RGB 18877204
HSL0.810.550.55
HSV292°62°80°
CMYK 0.080.620.00   0.20
XYZ34.292020.358859.2490
Yxy20.35880.30110.1787
Hunter Lab45.120756.6997-46.2705
CIE-Lab52.240561.8093-45.6255

#bc4dcc color RGB value is (188,77,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001101 11001100
Octal 274 115 314
Decimal 188 77 204
Hex BC 4D CC

RGB Percentages of Color #bc4dcc

%40.09
%16.42
%43.50

CMYK Percentages of Color #bc4dcc

%8
%62
%0
%20

Triadic Colors of #bc4dcc

#bc4dcc #ccbc4d #4dccbc

Analogous Colors of #bc4dcc

#bc4dcc #cc4d9d #7d4dcc

Monochromatic Colors of #bc4dcc

#bc4dcc

Complementary Color

#bc4dcc #5dcc4d

#bc4dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4dcc Color CSS Codes

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

#bc4dcc Text Font Color

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

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


#bc4dcc Background Color

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

This div background color is #bc4dcc


#bc4dcc Border Color

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

This div border color is #bc4dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4dcc


Comments

No comments written yet.

Please login to write comment.