Color Hex Logo

#bc416a Color Hex

#BC416A
(188,65,106)
0 Favorites   0 Comments

Color spaces of #bc416a

RGB 18865106
HSL0.940.490.50
HSV340°65°74°
CMYK 0.000.650.44   0.26
XYZ25.230915.512615.3001
Yxy15.51260.45020.2768
Hunter Lab39.386045.42254.5381
CIE-Lab46.328452.68543.4848

#bc416a color RGB value is (188,65,106).

#bc416a hex color red value is 188, green value is 65 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bc416a hue: 0.94 , saturation: 0.49 and the lightness value of bc416a is 0.50.

The process color (four color CMYK) of #bc416a color hex is 0.00, 0.65, 0.44, 0.26. Web safe color of #bc416a is #cc3366. Color #bc416a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 01101010
Octal 274 101 152
Decimal 188 65 106
Hex BC 41 6A

RGB Percentages of Color #bc416a

%52.37
%18.11
%29.53

CMYK Percentages of Color #bc416a

%0
%65
%44
%26

Triadic Colors of #bc416a

#bc416a #6abc41 #416abc

Analogous Colors of #bc416a

#bc416a #bc5641 #bc41a8

Monochromatic Colors of #bc416a

#bc416a

Complementary Color

#bc416a #41bc93

#bc416a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc416a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc416a Color CSS Codes

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

#bc416a Text Font Color

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

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


#bc416a Background Color

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

This div background color is #bc416a


#bc416a Border Color

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

This div border color is #bc416a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc416a


Comments

No comments written yet.

Please login to write comment.