Color Hex Logo

#d725ae Color Hex

#D725AE
(215,37,174)
0 Favorites   0 Comments

Color spaces of #d725ae

RGB 21537174
HSL0.870.710.49
HSV314°83°84°
CMYK 0.000.830.19   0.16
XYZ36.325918.826241.7636
Yxy18.82620.37480.1943
Hunter Lab43.389273.5112-26.6963
CIE-Lab50.483276.2861-30.6883

#d725ae color RGB value is (215,37,174).

#d725ae hex color red value is 215, green value is 37 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d725ae hue: 0.87 , saturation: 0.71 and the lightness value of d725ae is 0.49.

The process color (four color CMYK) of #d725ae color hex is 0.00, 0.83, 0.19, 0.16. Web safe color of #d725ae is #cc3399. Color #d725ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100101 10101110
Octal 327 45 256
Decimal 215 37 174
Hex D7 25 AE

RGB Percentages of Color #d725ae

%50.47
%8.69
%40.85

CMYK Percentages of Color #d725ae

%0
%83
%19
%16

Triadic Colors of #d725ae

#d725ae #aed725 #25aed7

Analogous Colors of #d725ae

#d725ae #d72555 #a725d7

Monochromatic Colors of #d725ae

#d725ae

Complementary Color

#d725ae #25d74e

#d725ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d725ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d725ae Color CSS Codes

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

#d725ae Text Font Color

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

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


#d725ae Background Color

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

This div background color is #d725ae


#d725ae Border Color

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

This div border color is #d725ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d725ae


Comments

No comments written yet.

Please login to write comment.