Color Hex Logo

#bd416a Color Hex

#BD416A
(189,65,106)
0 Favorites   0 Comments

Color spaces of #bd416a

RGB 18965106
HSL0.940.490.50
HSV340°66°74°
CMYK 0.000.660.44   0.26
XYZ25.478115.640015.3117
Yxy15.64000.45150.2772
Hunter Lab39.547445.78914.7277
CIE-Lab46.498652.99803.7519

#bd416a color RGB value is (189,65,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 01101010
Octal 275 101 152
Decimal 189 65 106
Hex BD 41 6A

RGB Percentages of Color #bd416a

%52.50
%18.06
%29.44

CMYK Percentages of Color #bd416a

%0
%66
%44
%26

Triadic Colors of #bd416a

#bd416a #6abd41 #416abd

Analogous Colors of #bd416a

#bd416a #bd5641 #bd41a8

Monochromatic Colors of #bd416a

#bd416a

Complementary Color

#bd416a #41bd94

#bd416a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd416a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd416a Color CSS Codes

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

#bd416a Text Font Color

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

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


#bd416a Background Color

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

This div background color is #bd416a


#bd416a Border Color

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

This div border color is #bd416a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd416a


Comments

No comments written yet.

Please login to write comment.