Color Hex Logo

#dd25cc Color Hex

#DD25CC
(221,37,204)
0 Favorites   0 Comments

Color spaces of #dd25cc

RGB 22137204
HSL0.850.730.51
HSV306°83°87°
CMYK 0.000.830.08   0.13
XYZ41.379421.054959.0098
Yxy21.05490.34070.1734
Hunter Lab45.885680.6705-44.1282
CIE-Lab53.009581.4981-44.0795

#dd25cc color RGB value is (221,37,204).

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

The process color (four color CMYK) of #dd25cc color hex is 0.00, 0.83, 0.08, 0.13. Web safe color of #dd25cc is #cc33cc. Color #dd25cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 11001100
Octal 335 45 314
Decimal 221 37 204
Hex DD 25 CC

RGB Percentages of Color #dd25cc

%47.84
%8.01
%44.16

CMYK Percentages of Color #dd25cc

%0
%83
%8
%13

Triadic Colors of #dd25cc

#dd25cc #ccdd25 #25ccdd

Analogous Colors of #dd25cc

#dd25cc #dd2570 #9225dd

Monochromatic Colors of #dd25cc

#dd25cc

Complementary Color

#dd25cc #25dd36

#dd25cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd25cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd25cc Color CSS Codes

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

#dd25cc Text Font Color

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

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


#dd25cc Background Color

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

This div background color is #dd25cc


#dd25cc Border Color

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

This div border color is #dd25cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd25cc


Comments

No comments written yet.

Please login to write comment.