Color Hex Logo

#bc245a Color Hex

#BC245A
(188,36,90)
0 Favorites   0 Comments

Color spaces of #bc245a

RGB 1883690
HSL0.940.680.44
HSV339°81°74°
CMYK 0.000.810.52   0.26
XYZ23.215412.691310.8989
Yxy12.69130.49600.2711
Hunter Lab35.624953.97846.7985
CIE-Lab42.294461.27857.6457

#bc245a color RGB value is (188,36,90).

#bc245a hex color red value is 188, green value is 36 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bc245a hue: 0.94 , saturation: 0.68 and the lightness value of bc245a is 0.44.

The process color (four color CMYK) of #bc245a color hex is 0.00, 0.81, 0.52, 0.26. Web safe color of #bc245a is #cc3366. Color #bc245a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100100 01011010
Octal 274 44 132
Decimal 188 36 90
Hex BC 24 5A

RGB Percentages of Color #bc245a

%59.87
%11.46
%28.66

CMYK Percentages of Color #bc245a

%0
%81
%52
%26

Triadic Colors of #bc245a

#bc245a #5abc24 #245abc

Analogous Colors of #bc245a

#bc245a #bc3a24 #bc24a6

Monochromatic Colors of #bc245a

#bc245a

Complementary Color

#bc245a #24bc86

#bc245a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc245a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc245a Color CSS Codes

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

#bc245a Text Font Color

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

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


#bc245a Background Color

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

This div background color is #bc245a


#bc245a Border Color

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

This div border color is #bc245a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc245a


Comments

No comments written yet.

Please login to write comment.