Color Hex Logo

#d020ef Color Hex

#D020EF
(208,32,239)
0 Favorites   0 Comments

Color spaces of #d020ef

RGB 20832239
HSL0.810.870.53
HSV291°87°94°
CMYK 0.130.870.00   0.06
XYZ42.108920.674983.4326
Yxy20.67490.28800.1414
Hunter Lab45.469785.7348-76.9629
CIE-Lab52.591885.5124-64.7540

#d020ef color RGB value is (208,32,239).

#d020ef hex color red value is 208, green value is 32 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d020ef hue: 0.81 , saturation: 0.87 and the lightness value of d020ef is 0.53.

The process color (four color CMYK) of #d020ef color hex is 0.13, 0.87, 0.00, 0.06. Web safe color of #d020ef is #cc33ff. Color #d020ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 11101111
Octal 320 40 357
Decimal 208 32 239
Hex D0 20 EF

RGB Percentages of Color #d020ef

%43.42
%6.68
%49.90

CMYK Percentages of Color #d020ef

%13
%87
%0
%6

Triadic Colors of #d020ef

#d020ef #efd020 #20efd0

Analogous Colors of #d020ef

#d020ef #ef20a7 #6920ef

Monochromatic Colors of #d020ef

#d020ef

Complementary Color

#d020ef #3fef20

#d020ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d020ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d020ef Color CSS Codes

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

#d020ef Text Font Color

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

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


#d020ef Background Color

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

This div background color is #d020ef


#d020ef Border Color

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

This div border color is #d020ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d020ef


Comments

No comments written yet.

Please login to write comment.