Color Hex Logo

#d062de Color Hex

#D062DE
(208,98,222)
0 Favorites   0 Comments

Color spaces of #d062de

RGB 20898222
HSL0.810.650.63
HSV293°56°87°
CMYK 0.060.560.00   0.13
XYZ43.564927.419272.1035
Yxy27.41920.30450.1916
Hunter Lab52.363356.8714-44.9871
CIE-Lab59.360460.6813-44.3943

#d062de color RGB value is (208,98,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100010 11011110
Octal 320 142 336
Decimal 208 98 222
Hex D0 62 DE

RGB Percentages of Color #d062de

%39.39
%18.56
%42.05

CMYK Percentages of Color #d062de

%6
%56
%0
%13

Triadic Colors of #d062de

#d062de #ded062 #62ded0

Analogous Colors of #d062de

#d062de #de62ae #9262de

Monochromatic Colors of #d062de

#d062de

Complementary Color

#d062de #70de62

#d062de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d062de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d062de Color CSS Codes

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

#d062de Text Font Color

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

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


#d062de Background Color

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

This div background color is #d062de


#d062de Border Color

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

This div border color is #d062de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d062de


Comments

No comments written yet.

Please login to write comment.