Color Hex Logo

#d970ce Color Hex

#D970CE
(217,112,206)
0 Favorites   0 Comments

Color spaces of #d970ce

RGB 217112206
HSL0.850.580.65
HSV306°48°85°
CMYK 0.000.480.05   0.15
XYZ45.550030.796361.9360
Yxy30.79630.32940.2227
Hunter Lab55.494449.3982-27.3261
CIE-Lab62.335353.6270-30.6526

#d970ce color RGB value is (217,112,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110000 11001110
Octal 331 160 316
Decimal 217 112 206
Hex D9 70 CE

RGB Percentages of Color #d970ce

%40.56
%20.93
%38.50

CMYK Percentages of Color #d970ce

%0
%48
%5
%15

Triadic Colors of #d970ce

#d970ce #ced970 #70ced9

Analogous Colors of #d970ce

#d970ce #d9709a #b070d9

Monochromatic Colors of #d970ce

#d970ce

Complementary Color

#d970ce #70d97b

#d970ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d970ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d970ce Color CSS Codes

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

#d970ce Text Font Color

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

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


#d970ce Background Color

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

This div background color is #d970ce


#d970ce Border Color

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

This div border color is #d970ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d970ce


Comments

No comments written yet.

Please login to write comment.