Color Hex Logo

#d070c2 Color Hex

#D070C2
(208,112,194)
0 Favorites   0 Comments

Color spaces of #d070c2

RGB 208112194
HSL0.860.510.63
HSV309°46°82°
CMYK 0.000.460.07   0.18
XYZ41.544228.893354.4263
Yxy28.89330.33270.2314
Hunter Lab53.752543.8921-22.4065
CIE-Lab60.687348.9064-26.5058

#d070c2 color RGB value is (208,112,194).

#d070c2 hex color red value is 208, green value is 112 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #d070c2 hue: 0.86 , saturation: 0.51 and the lightness value of d070c2 is 0.63.

The process color (four color CMYK) of #d070c2 color hex is 0.00, 0.46, 0.07, 0.18. Web safe color of #d070c2 is #cc66cc. Color #d070c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110000 11000010
Octal 320 160 302
Decimal 208 112 194
Hex D0 70 C2

RGB Percentages of Color #d070c2

%40.47
%21.79
%37.74

CMYK Percentages of Color #d070c2

%0
%46
%7
%18

Triadic Colors of #d070c2

#d070c2 #c2d070 #70c2d0

Analogous Colors of #d070c2

#d070c2 #d07092 #ae70d0

Monochromatic Colors of #d070c2

#d070c2

Complementary Color

#d070c2 #70d07e

#d070c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d070c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d070c2 Color CSS Codes

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

#d070c2 Text Font Color

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

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


#d070c2 Background Color

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

This div background color is #d070c2


#d070c2 Border Color

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

This div border color is #d070c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d070c2


Comments

No comments written yet.

Please login to write comment.