Color Hex Logo

#dd25af Color Hex

#DD25AF
(221,37,175)
0 Favorites   0 Comments

Color spaces of #dd25af

RGB 22137175
HSL0.880.730.51
HSV315°83°87°
CMYK 0.000.830.21   0.13
XYZ38.218219.790442.3631
Yxy19.79040.38080.1972
Hunter Lab44.486475.4979-25.3197
CIE-Lab51.599477.6694-29.4559

#dd25af color RGB value is (221,37,175).

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

The process color (four color CMYK) of #dd25af color hex is 0.00, 0.83, 0.21, 0.13. Web safe color of #dd25af is #cc3399. Color #dd25af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 10101111
Octal 335 45 257
Decimal 221 37 175
Hex DD 25 AF

RGB Percentages of Color #dd25af

%51.04
%8.55
%40.42

CMYK Percentages of Color #dd25af

%0
%83
%21
%13

Triadic Colors of #dd25af

#dd25af #afdd25 #25afdd

Analogous Colors of #dd25af

#dd25af #dd2553 #af25dd

Monochromatic Colors of #dd25af

#dd25af

Complementary Color

#dd25af #25dd53

#dd25af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd25af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd25af Color CSS Codes

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

#dd25af Text Font Color

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

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


#dd25af Background Color

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

This div background color is #dd25af


#dd25af Border Color

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

This div border color is #dd25af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd25af


Comments

No comments written yet.

Please login to write comment.