Color Hex Logo

#bd416f Color Hex

#BD416F
(189,65,111)
0 Favorites   0 Comments

Color spaces of #bd416f

RGB 18965111
HSL0.940.490.50
HSV338°66°74°
CMYK 0.000.660.41   0.26
XYZ25.745815.747116.7215
Yxy15.74710.44230.2705
Hunter Lab39.682646.36502.7942
CIE-Lab46.640953.50970.8986

#bd416f color RGB value is (189,65,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 01101111
Octal 275 101 157
Decimal 189 65 111
Hex BD 41 6F

RGB Percentages of Color #bd416f

%51.78
%17.81
%30.41

CMYK Percentages of Color #bd416f

%0
%66
%41
%26

Triadic Colors of #bd416f

#bd416f #6fbd41 #416fbd

Analogous Colors of #bd416f

#bd416f #bd5141 #bd41ad

Monochromatic Colors of #bd416f

#bd416f

Complementary Color

#bd416f #41bd8f

#bd416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd416f Color CSS Codes

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

#bd416f Text Font Color

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

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


#bd416f Background Color

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

This div background color is #bd416f


#bd416f Border Color

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

This div border color is #bd416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd416f


Comments

No comments written yet.

Please login to write comment.