Color Hex Logo

#d952ca Color Hex

#D952CA
(217,82,202)
0 Favorites   0 Comments

Color spaces of #d952ca

RGB 21782202
HSL0.850.640.59
HSV307°62°85°
CMYK 0.000.620.07   0.15
XYZ42.293225.050658.4833
Yxy25.05060.33610.1991
Hunter Lab50.050663.2457-34.2440
CIE-Lab57.124766.5295-36.4980

#d952ca color RGB value is (217,82,202).

#d952ca hex color red value is 217, green value is 82 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d952ca hue: 0.85 , saturation: 0.64 and the lightness value of d952ca is 0.59.

The process color (four color CMYK) of #d952ca color hex is 0.00, 0.62, 0.07, 0.15. Web safe color of #d952ca is #cc66cc. Color #d952ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010010 11001010
Octal 331 122 312
Decimal 217 82 202
Hex D9 52 CA

RGB Percentages of Color #d952ca

%43.31
%16.37
%40.32

CMYK Percentages of Color #d952ca

%0
%62
%7
%15

Triadic Colors of #d952ca

#d952ca #cad952 #52cad9

Analogous Colors of #d952ca

#d952ca #d95287 #a552d9

Monochromatic Colors of #d952ca

#d952ca

Complementary Color

#d952ca #52d961

#d952ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d952ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d952ca Color CSS Codes

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

#d952ca Text Font Color

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

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


#d952ca Background Color

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

This div background color is #d952ca


#d952ca Border Color

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

This div border color is #d952ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d952ca


Comments

No comments written yet.

Please login to write comment.