Color Hex Logo

#d071cc Color Hex

#D071CC
(208,113,204)
0 Favorites   0 Comments

Color spaces of #d071cc

RGB 208113204
HSL0.840.500.63
HSV303°46°82°
CMYK 0.000.460.02   0.18
XYZ42.816629.579860.5795
Yxy29.57980.32200.2224
Hunter Lab54.387345.3469-27.9693
CIE-Lab61.290050.1440-31.2361

#d071cc color RGB value is (208,113,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110001 11001100
Octal 320 161 314
Decimal 208 113 204
Hex D0 71 CC

RGB Percentages of Color #d071cc

%39.62
%21.52
%38.86

CMYK Percentages of Color #d071cc

%0
%46
%2
%18

Triadic Colors of #d071cc

#d071cc #ccd071 #71ccd0

Analogous Colors of #d071cc

#d071cc #d0719d #a571d0

Monochromatic Colors of #d071cc

#d071cc

Complementary Color

#d071cc #71d075

#d071cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d071cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d071cc Color CSS Codes

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

#d071cc Text Font Color

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

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


#d071cc Background Color

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

This div background color is #d071cc


#d071cc Border Color

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

This div border color is #d071cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d071cc


Comments

No comments written yet.

Please login to write comment.