Color Hex Logo

#dd24ce Color Hex

#DD24CE
(221,36,206)
0 Favorites   0 Comments

Color spaces of #dd24ce

RGB 22136206
HSL0.850.730.50
HSV305°84°87°
CMYK 0.000.840.07   0.13
XYZ41.590221.090160.2713
Yxy21.09010.33830.1715
Hunter Lab45.924081.2884-45.6663
CIE-Lab53.048081.9748-45.1670

#dd24ce color RGB value is (221,36,206).

#dd24ce hex color red value is 221, green value is 36 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dd24ce hue: 0.85 , saturation: 0.73 and the lightness value of dd24ce is 0.50.

The process color (four color CMYK) of #dd24ce color hex is 0.00, 0.84, 0.07, 0.13. Web safe color of #dd24ce is #cc33cc. Color #dd24ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 11001110
Octal 335 44 316
Decimal 221 36 206
Hex DD 24 CE

RGB Percentages of Color #dd24ce

%47.73
%7.78
%44.49

CMYK Percentages of Color #dd24ce

%0
%84
%7
%13

Triadic Colors of #dd24ce

#dd24ce #cedd24 #24cedd

Analogous Colors of #dd24ce

#dd24ce #dd2472 #9024dd

Monochromatic Colors of #dd24ce

#dd24ce

Complementary Color

#dd24ce #24dd33

#dd24ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd24ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd24ce Color CSS Codes

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

#dd24ce Text Font Color

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

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


#dd24ce Background Color

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

This div background color is #dd24ce


#dd24ce Border Color

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

This div border color is #dd24ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd24ce


Comments

No comments written yet.

Please login to write comment.