Color Hex Logo

#d022fd Color Hex

#D022FD
(208,34,253)
0 Favorites   0 Comments

Color spaces of #d022fd

RGB 20834253
HSL0.800.980.56
HSV288°87°99°
CMYK 0.180.870.00   0.01
XYZ44.314121.645894.7710
Yxy21.64580.27570.1347
Hunter Lab46.525088.5986-88.2055
CIE-Lab53.649287.4959-70.8720

#d022fd color RGB value is (208,34,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100010 11111101
Octal 320 42 375
Decimal 208 34 253
Hex D0 22 FD

RGB Percentages of Color #d022fd

%42.02
%6.87
%51.11

CMYK Percentages of Color #d022fd

%18
%87
%0
%1

Triadic Colors of #d022fd

#d022fd #fdd022 #22fdd0

Analogous Colors of #d022fd

#d022fd #fd22bd #6322fd

Monochromatic Colors of #d022fd

#d022fd

Complementary Color

#d022fd #4ffd22

#d022fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d022fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d022fd Color CSS Codes

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

#d022fd Text Font Color

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

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


#d022fd Background Color

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

This div background color is #d022fd


#d022fd Border Color

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

This div border color is #d022fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d022fd


Comments

No comments written yet.

Please login to write comment.