Color Hex Logo

#dd24ec Color Hex

#DD24EC
(221,36,236)
0 Favorites   0 Comments

Color spaces of #dd24ec

RGB 22136236
HSL0.820.840.53
HSV296°85°93°
CMYK 0.060.850.00   0.07
XYZ45.590022.690081.3336
Yxy22.69000.30470.1517
Hunter Lab47.634087.4809-67.8920
CIE-Lab54.751686.4299-59.4825

#dd24ec color RGB value is (221,36,236).

#dd24ec hex color red value is 221, green value is 36 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dd24ec hue: 0.82 , saturation: 0.84 and the lightness value of dd24ec is 0.53.

The process color (four color CMYK) of #dd24ec color hex is 0.06, 0.85, 0.00, 0.07. Web safe color of #dd24ec is #cc33ff. Color #dd24ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 11101100
Octal 335 44 354
Decimal 221 36 236
Hex DD 24 EC

RGB Percentages of Color #dd24ec

%44.83
%7.30
%47.87

CMYK Percentages of Color #dd24ec

%6
%85
%0
%7

Triadic Colors of #dd24ec

#dd24ec #ecdd24 #24ecdd

Analogous Colors of #dd24ec

#dd24ec #ec2497 #7924ec

Monochromatic Colors of #dd24ec

#dd24ec

Complementary Color

#dd24ec #33ec24

#dd24ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd24ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd24ec Color CSS Codes

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

#dd24ec Text Font Color

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

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


#dd24ec Background Color

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

This div background color is #dd24ec


#dd24ec Border Color

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

This div border color is #dd24ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd24ec


Comments

No comments written yet.

Please login to write comment.