Color Hex Logo

#bc227e Color Hex

#BC227E
(188,34,126)
0 Favorites   0 Comments

Color spaces of #bc227e

RGB 18834126
HSL0.900.690.44
HSV324°82°74°
CMYK 0.000.820.33   0.26
XYZ25.077013.341820.9922
Yxy13.34180.42210.2246
Hunter Lab36.526458.6269-8.5062
CIE-Lab43.273865.1972-13.3430

#bc227e color RGB value is (188,34,126).

#bc227e hex color red value is 188, green value is 34 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bc227e hue: 0.90 , saturation: 0.69 and the lightness value of bc227e is 0.44.

The process color (four color CMYK) of #bc227e color hex is 0.00, 0.82, 0.33, 0.26. Web safe color of #bc227e is #cc3366. Color #bc227e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100010 01111110
Octal 274 42 176
Decimal 188 34 126
Hex BC 22 7E

RGB Percentages of Color #bc227e

%54.02
%9.77
%36.21

CMYK Percentages of Color #bc227e

%0
%82
%33
%26

Triadic Colors of #bc227e

#bc227e #7ebc22 #227ebc

Analogous Colors of #bc227e

#bc227e #bc2231 #ad22bc

Monochromatic Colors of #bc227e

#bc227e

Complementary Color

#bc227e #22bc60

#bc227e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc227e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc227e Color CSS Codes

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

#bc227e Text Font Color

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

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


#bc227e Background Color

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

This div background color is #bc227e


#bc227e Border Color

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

This div border color is #bc227e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc227e


Comments

No comments written yet.

Please login to write comment.