Color Hex Logo

#d752ad Color Hex

#D752AD
(215,82,173)
0 Favorites   0 Comments

Color spaces of #d752ad

RGB 21582173
HSL0.890.620.58
HSV319°62°84°
CMYK 0.000.620.20   0.16
XYZ38.584523.498842.0373
Yxy23.49880.37060.2257
Hunter Lab48.475657.2462-17.4825
CIE-Lab55.582461.6763-22.2133

#d752ad color RGB value is (215,82,173).

#d752ad hex color red value is 215, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d752ad hue: 0.89 , saturation: 0.62 and the lightness value of d752ad is 0.58.

The process color (four color CMYK) of #d752ad color hex is 0.00, 0.62, 0.20, 0.16. Web safe color of #d752ad is #cc6699. Color #d752ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010010 10101101
Octal 327 122 255
Decimal 215 82 173
Hex D7 52 AD

RGB Percentages of Color #d752ad

%45.74
%17.45
%36.81

CMYK Percentages of Color #d752ad

%0
%62
%20
%16

Triadic Colors of #d752ad

#d752ad #add752 #52add7

Analogous Colors of #d752ad

#d752ad #d7526b #bf52d7

Monochromatic Colors of #d752ad

#d752ad

Complementary Color

#d752ad #52d77c

#d752ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d752ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d752ad Color CSS Codes

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

#d752ad Text Font Color

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

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


#d752ad Background Color

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

This div background color is #d752ad


#d752ad Border Color

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

This div border color is #d752ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,82,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 #d752ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d752ad


Comments

No comments written yet.

Please login to write comment.