Color Hex Logo

#d970ca Color Hex

#D970CA
(217,112,202)
0 Favorites   0 Comments

Color spaces of #d970ca

RGB 217112202
HSL0.860.580.65
HSV309°48°85°
CMYK 0.000.480.07   0.15
XYZ45.070130.604359.4089
Yxy30.60430.33360.2266
Hunter Lab55.321248.6118-24.9462
CIE-Lab62.172252.9511-28.6487

#d970ca color RGB value is (217,112,202).

#d970ca hex color red value is 217, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d970ca hue: 0.86 , saturation: 0.58 and the lightness value of d970ca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110000 11001010
Octal 331 160 312
Decimal 217 112 202
Hex D9 70 CA

RGB Percentages of Color #d970ca

%40.87
%21.09
%38.04

CMYK Percentages of Color #d970ca

%0
%48
%7
%15

Triadic Colors of #d970ca

#d970ca #cad970 #70cad9

Analogous Colors of #d970ca

#d970ca #d97096 #b470d9

Monochromatic Colors of #d970ca

#d970ca

Complementary Color

#d970ca #70d97f

#d970ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d970ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d970ca Color CSS Codes

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

#d970ca Text Font Color

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

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


#d970ca Background Color

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

This div background color is #d970ca


#d970ca Border Color

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

This div border color is #d970ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d970ca


Comments

No comments written yet.

Please login to write comment.