Color Hex Logo

#d752cd Color Hex

#D752CD
(215,82,205)
0 Favorites   0 Comments

Color spaces of #d752cd

RGB 21582205
HSL0.850.620.58
HSV305°62°84°
CMYK 0.000.620.05   0.16
XYZ42.061124.889460.3449
Yxy24.88940.33040.1955
Hunter Lab49.889363.1851-36.7933
CIE-Lab56.967566.5075-38.4760

#d752cd color RGB value is (215,82,205).

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

The process color (four color CMYK) of #d752cd color hex is 0.00, 0.62, 0.05, 0.16. Web safe color of #d752cd is #cc66cc. Color #d752cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010010 11001101
Octal 327 122 315
Decimal 215 82 205
Hex D7 52 CD

RGB Percentages of Color #d752cd

%42.83
%16.33
%40.84

CMYK Percentages of Color #d752cd

%0
%62
%5
%16

Triadic Colors of #d752cd

#d752cd #cdd752 #52cdd7

Analogous Colors of #d752cd

#d752cd #d7528b #9f52d7

Monochromatic Colors of #d752cd

#d752cd

Complementary Color

#d752cd #52d75c

#d752cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d752cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d752cd Color CSS Codes

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

#d752cd Text Font Color

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

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


#d752cd Background Color

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

This div background color is #d752cd


#d752cd Border Color

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

This div border color is #d752cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d752cd


Comments

No comments written yet.

Please login to write comment.