Color Hex Logo

#bd417c Color Hex

#BD417C
(189,65,124)
0 Favorites   0 Comments

Color spaces of #bd417c

RGB 18965124
HSL0.920.490.50
HSV331°66°74°
CMYK 0.000.660.34   0.26
XYZ26.514716.054620.7702
Yxy16.05460.41860.2535
Hunter Lab40.068248.0011-2.6865
CIE-Lab47.046054.9526-6.4304

#bd417c color RGB value is (189,65,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 01111100
Octal 275 101 174
Decimal 189 65 124
Hex BD 41 7C

RGB Percentages of Color #bd417c

%50.00
%17.20
%32.80

CMYK Percentages of Color #bd417c

%0
%66
%34
%26

Triadic Colors of #bd417c

#bd417c #7cbd41 #417cbd

Analogous Colors of #bd417c

#bd417c #bd4441 #bd41ba

Monochromatic Colors of #bd417c

#bd417c

Complementary Color

#bd417c #41bd82

#bd417c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd417c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd417c Color CSS Codes

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

#bd417c Text Font Color

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

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


#bd417c Background Color

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

This div background color is #bd417c


#bd417c Border Color

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

This div border color is #bd417c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd417c


Comments

No comments written yet.

Please login to write comment.