Color Hex Logo

#d42dbd Color Hex

#D42DBD
(212,45,189)
0 Favorites   0 Comments

Color spaces of #d42dbd

RGB 21245189
HSL0.860.660.50
HSV308°79°83°
CMYK 0.000.790.11   0.17
XYZ37.275119.547949.9526
Yxy19.54790.34910.1831
Hunter Lab44.213073.1170-36.0377
CIE-Lab51.322275.8034-38.1788

#d42dbd color RGB value is (212,45,189).

#d42dbd hex color red value is 212, green value is 45 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d42dbd hue: 0.86 , saturation: 0.66 and the lightness value of d42dbd is 0.50.

The process color (four color CMYK) of #d42dbd color hex is 0.00, 0.79, 0.11, 0.17. Web safe color of #d42dbd is #cc33cc. Color #d42dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101101 10111101
Octal 324 55 275
Decimal 212 45 189
Hex D4 2D BD

RGB Percentages of Color #d42dbd

%47.53
%10.09
%42.38

CMYK Percentages of Color #d42dbd

%0
%79
%11
%17

Triadic Colors of #d42dbd

#d42dbd #bdd42d #2dbdd4

Analogous Colors of #d42dbd

#d42dbd #d42d6a #982dd4

Monochromatic Colors of #d42dbd

#d42dbd

Complementary Color

#d42dbd #2dd444

#d42dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42dbd Color CSS Codes

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

#d42dbd Text Font Color

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

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


#d42dbd Background Color

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

This div background color is #d42dbd


#d42dbd Border Color

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

This div border color is #d42dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42dbd


Comments

No comments written yet.

Please login to write comment.