Color Hex Logo

#bc254a Color Hex

#BC254A
(188,37,74)
0 Favorites   0 Comments

Color spaces of #bc254a

RGB 1883774
HSL0.960.670.44
HSV345°80°74°
CMYK 0.000.800.61   0.26
XYZ22.636612.50897.6999
Yxy12.50890.52830.2920
Hunter Lab35.367952.351811.8496
CIE-Lab42.013859.868817.3175

#bc254a color RGB value is (188,37,74).

#bc254a hex color red value is 188, green value is 37 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc254a hue: 0.96 , saturation: 0.67 and the lightness value of bc254a is 0.44.

The process color (four color CMYK) of #bc254a color hex is 0.00, 0.80, 0.61, 0.26. Web safe color of #bc254a is #cc3333. Color #bc254a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 01001010
Octal 274 45 112
Decimal 188 37 74
Hex BC 25 4A

RGB Percentages of Color #bc254a

%62.88
%12.37
%24.75

CMYK Percentages of Color #bc254a

%0
%80
%61
%26

Triadic Colors of #bc254a

#bc254a #4abc25 #254abc

Analogous Colors of #bc254a

#bc254a #bc4c25 #bc2596

Monochromatic Colors of #bc254a

#bc254a

Complementary Color

#bc254a #25bc97

#bc254a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc254a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc254a Color CSS Codes

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

#bc254a Text Font Color

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

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


#bc254a Background Color

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

This div background color is #bc254a


#bc254a Border Color

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

This div border color is #bc254a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc254a


Comments

No comments written yet.

Please login to write comment.