Color Hex Logo

#d020ff Color Hex

#D020FF
(208,32,255)
0 Favorites   0 Comments

Color spaces of #d020ff

RGB 20832255
HSL0.801.000.56
HSV287°87°100°
CMYK 0.180.870.00   0.00
XYZ44.578921.662996.4395
Yxy21.66290.27400.1332
Hunter Lab46.543489.5148-90.2704
CIE-Lab53.667588.1876-71.9546

#d020ff color RGB value is (208,32,255).

#d020ff hex color red value is 208, green value is 32 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d020ff hue: 0.80 , saturation: 1.00 and the lightness value of d020ff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 11111111
Octal 320 40 377
Decimal 208 32 255
Hex D0 20 FF

RGB Percentages of Color #d020ff

%42.02
%6.46
%51.52

CMYK Percentages of Color #d020ff

%18
%87
%0
%0

Triadic Colors of #d020ff

#d020ff #ffd020 #20ffd0

Analogous Colors of #d020ff

#d020ff #ff20bf #6120ff

Monochromatic Colors of #d020ff

#d020ff

Complementary Color

#d020ff #4fff20

#d020ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d020ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d020ff Color CSS Codes

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

#d020ff Text Font Color

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

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


#d020ff Background Color

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

This div background color is #d020ff


#d020ff Border Color

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

This div border color is #d020ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d020ff

#d020ff Color Palettes


Comments

No comments written yet.

Please login to write comment.