Color Hex Logo

#d071c2 Color Hex

#D071C2
(208,113,194)
0 Favorites   0 Comments

Color spaces of #d071c2

RGB 208113194
HSL0.860.500.63
HSV309°46°82°
CMYK 0.000.460.07   0.18
XYZ41.655229.115254.4633
Yxy29.11520.33260.2325
Hunter Lab53.958543.3721-22.0737
CIE-Lab60.883248.4000-26.2041

#d071c2 color RGB value is (208,113,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110001 11000010
Octal 320 161 302
Decimal 208 113 194
Hex D0 71 C2

RGB Percentages of Color #d071c2

%40.39
%21.94
%37.67

CMYK Percentages of Color #d071c2

%0
%46
%7
%18

Triadic Colors of #d071c2

#d071c2 #c2d071 #71c2d0

Analogous Colors of #d071c2

#d071c2 #d07193 #af71d0

Monochromatic Colors of #d071c2

#d071c2

Complementary Color

#d071c2 #71d07f

#d071c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d071c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d071c2 Color CSS Codes

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

#d071c2 Text Font Color

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

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


#d071c2 Background Color

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

This div background color is #d071c2


#d071c2 Border Color

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

This div border color is #d071c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d071c2

#d071c2 Color Palettes


Comments

No comments written yet.

Please login to write comment.