Color Hex Logo

#bc435a Color Hex

#BC435A
(188,67,90)
0 Favorites   0 Comments

Color spaces of #bc435a

RGB 1886790
HSL0.970.470.50
HSV349°64°74°
CMYK 0.000.640.52   0.26
XYZ24.591715.443911.3577
Yxy15.44390.47850.3005
Hunter Lab39.298742.926010.3737
CIE-Lab46.236350.345713.1569

#bc435a color RGB value is (188,67,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 01011010
Octal 274 103 132
Decimal 188 67 90
Hex BC 43 5A

RGB Percentages of Color #bc435a

%54.49
%19.42
%26.09

CMYK Percentages of Color #bc435a

%0
%64
%52
%26

Triadic Colors of #bc435a

#bc435a #5abc43 #435abc

Analogous Colors of #bc435a

#bc435a #bc6943 #bc4397

Monochromatic Colors of #bc435a

#bc435a

Complementary Color

#bc435a #43bca5

#bc435a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc435a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc435a Color CSS Codes

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

#bc435a Text Font Color

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

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


#bc435a Background Color

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

This div background color is #bc435a


#bc435a Border Color

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

This div border color is #bc435a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc435a


Comments

No comments written yet.

Please login to write comment.