Color Hex Logo

#dc25ad Color Hex

#DC25AD
(220,37,173)
0 Favorites   0 Comments

Color spaces of #dc25ad

RGB 22037173
HSL0.880.720.50
HSV315°83°86°
CMYK 0.000.830.21   0.14
XYZ37.719619.555941.3218
Yxy19.55590.38260.1983
Hunter Lab44.222174.8646-24.4461
CIE-Lab51.331377.2129-28.7119

#dc25ad color RGB value is (220,37,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 10101101
Octal 334 45 255
Decimal 220 37 173
Hex DC 25 AD

RGB Percentages of Color #dc25ad

%51.16
%8.60
%40.23

CMYK Percentages of Color #dc25ad

%0
%83
%21
%14

Triadic Colors of #dc25ad

#dc25ad #addc25 #25addc

Analogous Colors of #dc25ad

#dc25ad #dc2551 #b025dc

Monochromatic Colors of #dc25ad

#dc25ad

Complementary Color

#dc25ad #25dc54

#dc25ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc25ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc25ad Color CSS Codes

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

#dc25ad Text Font Color

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

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


#dc25ad Background Color

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

This div background color is #dc25ad


#dc25ad Border Color

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

This div border color is #dc25ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc25ad


Comments

No comments written yet.

Please login to write comment.