Color Hex Logo

#d020ce Color Hex

#D020CE
(208,32,206)
0 Favorites   0 Comments

Color spaces of #d020ce

RGB 20832206
HSL0.840.730.47
HSV301°85°82°
CMYK 0.000.850.01   0.18
XYZ37.669518.899260.0550
Yxy18.89920.32300.1621
Hunter Lab43.473278.5920-51.4735
CIE-Lab50.569180.3358-49.2443

#d020ce color RGB value is (208,32,206).

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

The process color (four color CMYK) of #d020ce color hex is 0.00, 0.85, 0.01, 0.18. Web safe color of #d020ce is #cc33cc. Color #d020ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 11001110
Octal 320 40 316
Decimal 208 32 206
Hex D0 20 CE

RGB Percentages of Color #d020ce

%46.64
%7.17
%46.19

CMYK Percentages of Color #d020ce

%0
%85
%1
%18

Triadic Colors of #d020ce

#d020ce #ced020 #20ced0

Analogous Colors of #d020ce

#d020ce #d02076 #7a20d0

Monochromatic Colors of #d020ce

#d020ce

Complementary Color

#d020ce #20d022

#d020ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d020ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d020ce Color CSS Codes

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

#d020ce Text Font Color

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

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


#d020ce Background Color

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

This div background color is #d020ce


#d020ce Border Color

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

This div border color is #d020ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d020ce


Comments

No comments written yet.

Please login to write comment.