Color Hex Logo

#d42dbb Color Hex

#D42DBB
(212,45,187)
0 Favorites   0 Comments

Color spaces of #d42dbb

RGB 21245187
HSL0.860.660.50
HSV309°79°83°
CMYK 0.000.790.12   0.17
XYZ37.059419.461748.8169
Yxy19.46170.35180.1848
Hunter Lab44.115472.7479-34.7279
CIE-Lab51.223175.5233-37.1717

#d42dbb color RGB value is (212,45,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101101 10111011
Octal 324 55 273
Decimal 212 45 187
Hex D4 2D BB

RGB Percentages of Color #d42dbb

%47.75
%10.14
%42.12

CMYK Percentages of Color #d42dbb

%0
%79
%12
%17

Triadic Colors of #d42dbb

#d42dbb #bbd42d #2dbbd4

Analogous Colors of #d42dbb

#d42dbb #d42d68 #9a2dd4

Monochromatic Colors of #d42dbb

#d42dbb

Complementary Color

#d42dbb #2dd446

#d42dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42dbb Color CSS Codes

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

#d42dbb Text Font Color

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

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


#d42dbb Background Color

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

This div background color is #d42dbb


#d42dbb Border Color

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

This div border color is #d42dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42dbb


Comments

No comments written yet.

Please login to write comment.