Color Hex Logo

#d024dc Color Hex

#D024DC
(208,36,220)
0 Favorites   0 Comments

Color spaces of #d024dc

RGB 20836220
HSL0.820.720.50
HSV296°84°86°
CMYK 0.050.840.00   0.14
XYZ39.561619.839069.4543
Yxy19.83900.30700.1540
Hunter Lab44.541080.5981-61.2742
CIE-Lab51.654781.7054-55.5182

#d024dc color RGB value is (208,36,220).

#d024dc hex color red value is 208, green value is 36 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d024dc hue: 0.82 , saturation: 0.72 and the lightness value of d024dc is 0.50.

The process color (four color CMYK) of #d024dc color hex is 0.05, 0.84, 0.00, 0.14. Web safe color of #d024dc is #cc33cc. Color #d024dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100100 11011100
Octal 320 44 334
Decimal 208 36 220
Hex D0 24 DC

RGB Percentages of Color #d024dc

%44.83
%7.76
%47.41

CMYK Percentages of Color #d024dc

%5
%84
%0
%14

Triadic Colors of #d024dc

#d024dc #dcd024 #24dcd0

Analogous Colors of #d024dc

#d024dc #dc248c #7424dc

Monochromatic Colors of #d024dc

#d024dc

Complementary Color

#d024dc #30dc24

#d024dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d024dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d024dc Color CSS Codes

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

#d024dc Text Font Color

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

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


#d024dc Background Color

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

This div background color is #d024dc


#d024dc Border Color

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

This div border color is #d024dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,36,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d024dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d024dc;
  -webkit-box-shadow: 1px 1px 3px 2px #d024dc;
  box-shadow:         1px 1px 3px 2px #d024dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,36,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d024dc


Comments

No comments written yet.

Please login to write comment.