Color Hex Logo

#d620fd Color Hex

#D620FD
(214,32,253)
0 Favorites   0 Comments

Color spaces of #d620fd

RGB 21432253
HSL0.800.980.56
HSV289°87°99°
CMYK 0.150.870.00   0.01
XYZ45.977722.421094.8329
Yxy22.42100.28170.1374
Hunter Lab47.350890.4598-85.5988
CIE-Lab54.470988.7462-69.4969

#d620fd color RGB value is (214,32,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100000 11111101
Octal 326 40 375
Decimal 214 32 253
Hex D6 20 FD

RGB Percentages of Color #d620fd

%42.89
%6.41
%50.70

CMYK Percentages of Color #d620fd

%15
%87
%0
%1

Triadic Colors of #d620fd

#d620fd #fdd620 #20fdd6

Analogous Colors of #d620fd

#d620fd #fd20b6 #6820fd

Monochromatic Colors of #d620fd

#d620fd

Complementary Color

#d620fd #47fd20

#d620fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d620fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d620fd Color CSS Codes

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

#d620fd Text Font Color

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

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


#d620fd Background Color

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

This div background color is #d620fd


#d620fd Border Color

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

This div border color is #d620fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d620fd

Related Colors


Comments

No comments written yet.

Please login to write comment.