Color Hex Logo

#d061de Color Hex

#D061DE
(208,97,222)
0 Favorites   0 Comments

Color spaces of #d061de

RGB 20897222
HSL0.810.650.63
HSV293°56°87°
CMYK 0.060.560.00   0.13
XYZ43.471927.233272.0726
Yxy27.23320.30450.1907
Hunter Lab52.185457.3709-45.3548
CIE-Lab59.189661.1430-44.6639

#d061de color RGB value is (208,97,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100001 11011110
Octal 320 141 336
Decimal 208 97 222
Hex D0 61 DE

RGB Percentages of Color #d061de

%39.47
%18.41
%42.13

CMYK Percentages of Color #d061de

%6
%56
%0
%13

Triadic Colors of #d061de

#d061de #ded061 #61ded0

Analogous Colors of #d061de

#d061de #de61ae #9261de

Monochromatic Colors of #d061de

#d061de

Complementary Color

#d061de #6fde61

#d061de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d061de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d061de Color CSS Codes

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

#d061de Text Font Color

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

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


#d061de Background Color

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

This div background color is #d061de


#d061de Border Color

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

This div border color is #d061de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d061de


Comments

No comments written yet.

Please login to write comment.