Color Hex Logo

#bc4ead Color Hex

#BC4EAD
(188,78,173)
0 Favorites   0 Comments

Color spaces of #bc4ead

RGB 18878173
HSL0.860.450.52
HSV308°59°74°
CMYK 0.000.590.08   0.26
XYZ31.006319.157341.5987
Yxy19.15730.33790.2088
Hunter Lab43.769149.8548-25.7117
CIE-Lab50.870755.9612-29.8287

#bc4ead color RGB value is (188,78,173).

#bc4ead hex color red value is 188, green value is 78 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bc4ead hue: 0.86 , saturation: 0.45 and the lightness value of bc4ead is 0.52.

The process color (four color CMYK) of #bc4ead color hex is 0.00, 0.59, 0.08, 0.26. Web safe color of #bc4ead is #cc6699. Color #bc4ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001110 10101101
Octal 274 116 255
Decimal 188 78 173
Hex BC 4E AD

RGB Percentages of Color #bc4ead

%42.82
%17.77
%39.41

CMYK Percentages of Color #bc4ead

%0
%59
%8
%26

Triadic Colors of #bc4ead

#bc4ead #adbc4e #4eadbc

Analogous Colors of #bc4ead

#bc4ead #bc4e76 #944ebc

Monochromatic Colors of #bc4ead

#bc4ead

Complementary Color

#bc4ead #4ebc5d

#bc4ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4ead Color CSS Codes

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

#bc4ead Text Font Color

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

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


#bc4ead Background Color

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

This div background color is #bc4ead


#bc4ead Border Color

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

This div border color is #bc4ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4ead


Comments

No comments written yet.

Please login to write comment.