Color Hex Logo

#bc023e Color Hex

#BC023E
(188,2,62)
0 Favorites   0 Comments

Color spaces of #bc023e

RGB 188262
HSL0.950.980.37
HSV341°99°74°
CMYK 0.000.990.67   0.26
XYZ21.630211.08265.5565
Yxy11.08260.56520.2896
Hunter Lab33.290557.720213.4073
CIE-Lab39.719265.096121.8836

#bc023e color RGB value is (188,2,62).

#bc023e hex color red value is 188, green value is 2 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bc023e hue: 0.95 , saturation: 0.98 and the lightness value of bc023e is 0.37.

The process color (four color CMYK) of #bc023e color hex is 0.00, 0.99, 0.67, 0.26. Web safe color of #bc023e is #cc0033. Color #bc023e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000010 00111110
Octal 274 2 76
Decimal 188 2 62
Hex BC 2 3E

RGB Percentages of Color #bc023e

%74.60
%0.79
%24.60

CMYK Percentages of Color #bc023e

%0
%99
%67
%26

Triadic Colors of #bc023e

#bc023e #3ebc02 #023ebc

Analogous Colors of #bc023e

#bc023e #bc2302 #bc029b

Monochromatic Colors of #bc023e

#bc023e

Complementary Color

#bc023e #02bc80

#bc023e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc023e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc023e Color CSS Codes

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

#bc023e Text Font Color

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

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


#bc023e Background Color

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

This div background color is #bc023e


#bc023e Border Color

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

This div border color is #bc023e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc023e


Comments

No comments written yet.

Please login to write comment.