Color Hex Logo

#d70ccf Color Hex

#D70CCF
(215,12,207)
0 Favorites   0 Comments

Color spaces of #d70ccf

RGB 21512207
HSL0.840.890.45
HSV302°94°84°
CMYK 0.000.940.04   0.16
XYZ39.418319.215060.6628
Yxy19.21500.33040.1611
Hunter Lab43.834983.8040-51.3665
CIE-Lab50.937884.3442-49.1600

#d70ccf color RGB value is (215,12,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001100 11001111
Octal 327 14 317
Decimal 215 12 207
Hex D7 C CF

RGB Percentages of Color #d70ccf

%49.54
%2.76
%47.70

CMYK Percentages of Color #d70ccf

%0
%94
%4
%16

Triadic Colors of #d70ccf

#d70ccf #cfd70c #0ccfd7

Analogous Colors of #d70ccf

#d70ccf #d70c6a #7a0cd7

Monochromatic Colors of #d70ccf

#d70ccf

Complementary Color

#d70ccf #0cd714

#d70ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70ccf Color CSS Codes

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

#d70ccf Text Font Color

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

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


#d70ccf Background Color

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

This div background color is #d70ccf


#d70ccf Border Color

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

This div border color is #d70ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70ccf


Comments

No comments written yet.

Please login to write comment.