Color Hex Logo

#d70dcf Color Hex

#D70DCF
(215,13,207)
0 Favorites   0 Comments

Color spaces of #d70dcf

RGB 21513207
HSL0.840.890.45
HSV302°94°84°
CMYK 0.000.940.04   0.16
XYZ39.430719.239960.6669
Yxy19.23990.33040.1612
Hunter Lab43.863383.7009-51.2991
CIE-Lab50.966784.2587-49.1139

#d70dcf color RGB value is (215,13,207).

#d70dcf hex color red value is 215, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d70dcf hue: 0.84 , saturation: 0.89 and the lightness value of d70dcf is 0.45.

The process color (four color CMYK) of #d70dcf color hex is 0.00, 0.94, 0.04, 0.16. Web safe color of #d70dcf is #cc00cc. Color #d70dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001101 11001111
Octal 327 15 317
Decimal 215 13 207
Hex D7 D CF

RGB Percentages of Color #d70dcf

%49.43
%2.99
%47.59

CMYK Percentages of Color #d70dcf

%0
%94
%4
%16

Triadic Colors of #d70dcf

#d70dcf #cfd70d #0dcfd7

Analogous Colors of #d70dcf

#d70dcf #d70d6a #7a0dd7

Monochromatic Colors of #d70dcf

#d70dcf

Complementary Color

#d70dcf #0dd715

#d70dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70dcf Color CSS Codes

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

#d70dcf Text Font Color

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

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


#d70dcf Background Color

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

This div background color is #d70dcf


#d70dcf Border Color

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

This div border color is #d70dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70dcf


Comments

No comments written yet.

Please login to write comment.