Color Hex Logo

#d071de Color Hex

#D071DE
(208,113,222)
0 Favorites   0 Comments

Color spaces of #d071de

RGB 208113222
HSL0.810.620.66
HSV292°49°87°
CMYK 0.060.490.00   0.13
XYZ45.102430.494172.6160
Yxy30.49410.30430.2057
Hunter Lab55.221549.1532-39.3111
CIE-Lab62.078253.4492-40.1204

#d071de color RGB value is (208,113,222).

#d071de hex color red value is 208, green value is 113 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d071de hue: 0.81 , saturation: 0.62 and the lightness value of d071de is 0.66.

The process color (four color CMYK) of #d071de color hex is 0.06, 0.49, 0.00, 0.13. Web safe color of #d071de is #cc66cc. Color #d071de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110001 11011110
Octal 320 161 336
Decimal 208 113 222
Hex D0 71 DE

RGB Percentages of Color #d071de

%38.31
%20.81
%40.88

CMYK Percentages of Color #d071de

%6
%49
%0
%13

Triadic Colors of #d071de

#d071de #ded071 #71ded0

Analogous Colors of #d071de

#d071de #de71b6 #9a71de

Monochromatic Colors of #d071de

#d071de

Complementary Color

#d071de #7fde71

#d071de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d071de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d071de Color CSS Codes

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

#d071de Text Font Color

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

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


#d071de Background Color

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

This div background color is #d071de


#d071de Border Color

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

This div border color is #d071de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d071de


Comments

No comments written yet.

Please login to write comment.