Color Hex Logo

#d025ac Color Hex

#D025AC
(208,37,172)
0 Favorites   0 Comments

Color spaces of #d025ac

RGB 20837172
HSL0.870.700.48
HSV313°82°82°
CMYK 0.000.820.17   0.18
XYZ34.120417.711640.6501
Yxy17.71160.36890.1915
Hunter Lab42.085271.0693-27.8087
CIE-Lab49.144474.5596-31.6935

#d025ac color RGB value is (208,37,172).

#d025ac hex color red value is 208, green value is 37 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d025ac hue: 0.87 , saturation: 0.70 and the lightness value of d025ac is 0.48.

The process color (four color CMYK) of #d025ac color hex is 0.00, 0.82, 0.17, 0.18. Web safe color of #d025ac is #cc3399. Color #d025ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100101 10101100
Octal 320 45 254
Decimal 208 37 172
Hex D0 25 AC

RGB Percentages of Color #d025ac

%49.88
%8.87
%41.25

CMYK Percentages of Color #d025ac

%0
%82
%17
%18

Triadic Colors of #d025ac

#d025ac #acd025 #25acd0

Analogous Colors of #d025ac

#d025ac #d02556 #9f25d0

Monochromatic Colors of #d025ac

#d025ac

Complementary Color

#d025ac #25d049

#d025ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d025ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d025ac Color CSS Codes

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

#d025ac Text Font Color

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

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


#d025ac Background Color

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

This div background color is #d025ac


#d025ac Border Color

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

This div border color is #d025ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d025ac


Comments

No comments written yet.

Please login to write comment.