Color Hex Logo

#bc405a Color Hex

#BC405A
(188,64,90)
0 Favorites   0 Comments

Color spaces of #bc405a

RGB 1886490
HSL0.970.490.49
HSV347°66°74°
CMYK 0.000.660.52   0.26
XYZ24.417915.096311.2998
Yxy15.09630.48050.2971
Hunter Lab38.854044.18459.9546
CIE-Lab45.765851.621312.5060

#bc405a color RGB value is (188,64,90).

#bc405a hex color red value is 188, green value is 64 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bc405a hue: 0.97 , saturation: 0.49 and the lightness value of bc405a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000000 01011010
Octal 274 100 132
Decimal 188 64 90
Hex BC 40 5A

RGB Percentages of Color #bc405a

%54.97
%18.71
%26.32

CMYK Percentages of Color #bc405a

%0
%66
%52
%26

Triadic Colors of #bc405a

#bc405a #5abc40 #405abc

Analogous Colors of #bc405a

#bc405a #bc6440 #bc4098

Monochromatic Colors of #bc405a

#bc405a

Complementary Color

#bc405a #40bca2

#bc405a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc405a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc405a Color CSS Codes

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

#bc405a Text Font Color

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

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


#bc405a Background Color

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

This div background color is #bc405a


#bc405a Border Color

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

This div border color is #bc405a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,64,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 #bc405a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc405a


Comments

No comments written yet.

Please login to write comment.