Color Hex Logo

#d24adb Color Hex

#D24ADB
(210,74,219)
0 Favorites   0 Comments

Color spaces of #d24adb

RGB 21074219
HSL0.820.670.57
HSV296°66°86°
CMYK 0.040.660.00   0.14
XYZ41.813323.713769.3912
Yxy23.71370.30990.1758
Hunter Lab48.696768.0493-50.3986
CIE-Lab55.800070.7901-48.3190

#d24adb color RGB value is (210,74,219).

#d24adb hex color red value is 210, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d24adb hue: 0.82 , saturation: 0.67 and the lightness value of d24adb is 0.57.

The process color (four color CMYK) of #d24adb color hex is 0.04, 0.66, 0.00, 0.14. Web safe color of #d24adb is #cc33cc. Color #d24adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001010 11011011
Octal 322 112 333
Decimal 210 74 219
Hex D2 4A DB

RGB Percentages of Color #d24adb

%41.75
%14.71
%43.54

CMYK Percentages of Color #d24adb

%4
%66
%0
%14

Triadic Colors of #d24adb

#d24adb #dbd24a #4adbd2

Analogous Colors of #d24adb

#d24adb #db4a9c #8a4adb

Monochromatic Colors of #d24adb

#d24adb

Complementary Color

#d24adb #53db4a

#d24adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24adb Color CSS Codes

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

#d24adb Text Font Color

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

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


#d24adb Background Color

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

This div background color is #d24adb


#d24adb Border Color

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

This div border color is #d24adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,74,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24adb


Comments

No comments written yet.

Please login to write comment.