Color Hex Logo

#d061ce Color Hex

#D061CE
(208,97,206)
0 Favorites   0 Comments

Color spaces of #d061ce

RGB 20897206
HSL0.840.540.60
HSV301°53°82°
CMYK 0.000.530.01   0.18
XYZ41.427726.415561.3077
Yxy26.41550.32080.2045
Hunter Lab51.396053.9367-34.7468
CIE-Lab58.429458.2841-36.8247

#d061ce color RGB value is (208,97,206).

#d061ce hex color red value is 208, green value is 97 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d061ce hue: 0.84 , saturation: 0.54 and the lightness value of d061ce is 0.60.

The process color (four color CMYK) of #d061ce color hex is 0.00, 0.53, 0.01, 0.18. Web safe color of #d061ce is #cc66cc. Color #d061ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100001 11001110
Octal 320 141 316
Decimal 208 97 206
Hex D0 61 CE

RGB Percentages of Color #d061ce

%40.70
%18.98
%40.31

CMYK Percentages of Color #d061ce

%0
%53
%1
%18

Triadic Colors of #d061ce

#d061ce #ced061 #61ced0

Analogous Colors of #d061ce

#d061ce #d06197 #9b61d0

Monochromatic Colors of #d061ce

#d061ce

Complementary Color

#d061ce #61d063

#d061ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d061ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d061ce Color CSS Codes

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

#d061ce Text Font Color

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

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


#d061ce Background Color

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

This div background color is #d061ce


#d061ce Border Color

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

This div border color is #d061ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d061ce


Comments

No comments written yet.

Please login to write comment.