Color Hex Logo

#d24dbd Color Hex

#D24DBD
(210,77,189)
0 Favorites   0 Comments

Color spaces of #d24dbd

RGB 21077189
HSL0.860.600.56
HSV309°63°82°
CMYK 0.000.630.10   0.18
XYZ38.417522.683550.4976
Yxy22.68350.34420.2033
Hunter Lab47.627260.6358-29.5243
CIE-Lab54.744864.7519-32.8366

#d24dbd color RGB value is (210,77,189).

#d24dbd hex color red value is 210, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d24dbd hue: 0.86 , saturation: 0.60 and the lightness value of d24dbd is 0.56.

The process color (four color CMYK) of #d24dbd color hex is 0.00, 0.63, 0.10, 0.18. Web safe color of #d24dbd is #cc66cc. Color #d24dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001101 10111101
Octal 322 115 275
Decimal 210 77 189
Hex D2 4D BD

RGB Percentages of Color #d24dbd

%44.12
%16.18
%39.71

CMYK Percentages of Color #d24dbd

%0
%63
%10
%18

Triadic Colors of #d24dbd

#d24dbd #bdd24d #4dbdd2

Analogous Colors of #d24dbd

#d24dbd #d24d7b #a54dd2

Monochromatic Colors of #d24dbd

#d24dbd

Complementary Color

#d24dbd #4dd262

#d24dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24dbd Color CSS Codes

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

#d24dbd Text Font Color

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

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


#d24dbd Background Color

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

This div background color is #d24dbd


#d24dbd Border Color

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

This div border color is #d24dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24dbd


Comments

No comments written yet.

Please login to write comment.