Color Hex Logo

#db62fb Color Hex

#DB62FB
(219,98,251)
0 Favorites   0 Comments

Color spaces of #db62fb

RGB 21998251
HSL0.800.950.68
HSV287°61°98°
CMYK 0.130.610.00   0.02
XYZ50.993730.760594.5165
Yxy30.76050.28930.1745
Hunter Lab55.462167.0599-62.2163
CIE-Lab62.304968.7624-55.7772

#db62fb color RGB value is (219,98,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 11111011
Octal 333 142 373
Decimal 219 98 251
Hex DB 62 FB

RGB Percentages of Color #db62fb

%38.56
%17.25
%44.19

CMYK Percentages of Color #db62fb

%13
%61
%0
%2

Triadic Colors of #db62fb

#db62fb #fbdb62 #62fbdb

Analogous Colors of #db62fb

#db62fb #fb62cf #8f62fb

Monochromatic Colors of #db62fb

#db62fb

Complementary Color

#db62fb #82fb62

#db62fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db62fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db62fb Color CSS Codes

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

#db62fb Text Font Color

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

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


#db62fb Background Color

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

This div background color is #db62fb


#db62fb Border Color

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

This div border color is #db62fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,98,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db62fb


Comments

No comments written yet.

Please login to write comment.