Color Hex Logo

#db62fd Color Hex

#DB62FD
(219,98,253)
0 Favorites   0 Comments

Color spaces of #db62fd

RGB 21998253
HSL0.800.970.69
HSV287°61°99°
CMYK 0.130.610.00   0.01
XYZ51.310730.887396.1860
Yxy30.88730.28760.1732
Hunter Lab55.576367.5410-63.7098
CIE-Lab62.412469.1394-56.7087

#db62fd color RGB value is (219,98,253).

#db62fd hex color red value is 219, green value is 98 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #db62fd hue: 0.80 , saturation: 0.97 and the lightness value of db62fd is 0.69.

The process color (four color CMYK) of #db62fd color hex is 0.13, 0.61, 0.00, 0.01. Web safe color of #db62fd is #cc66ff. Color #db62fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 11111101
Octal 333 142 375
Decimal 219 98 253
Hex DB 62 FD

RGB Percentages of Color #db62fd

%38.42
%17.19
%44.39

CMYK Percentages of Color #db62fd

%13
%61
%0
%1

Triadic Colors of #db62fd

#db62fd #fddb62 #62fddb

Analogous Colors of #db62fd

#db62fd #fd62d2 #8e62fd

Monochromatic Colors of #db62fd

#db62fd

Complementary Color

#db62fd #84fd62

#db62fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db62fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db62fd Color CSS Codes

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

#db62fd Text Font Color

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

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


#db62fd Background Color

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

This div background color is #db62fd


#db62fd Border Color

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

This div border color is #db62fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db62fd


Comments

No comments written yet.

Please login to write comment.