Color Hex Logo

#db4fea Color Hex

#DB4FEA
(219,79,234)
0 Favorites   0 Comments

Color spaces of #db4fea

RGB 21979234
HSL0.820.790.61
HSV294°66°92°
CMYK 0.060.660.00   0.08
XYZ46.860726.592580.5049
Yxy26.59250.30440.1727
Hunter Lab51.567971.9623-56.4626
CIE-Lab58.595273.4655-52.2371

#db4fea color RGB value is (219,79,234).

#db4fea hex color red value is 219, green value is 79 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #db4fea hue: 0.82 , saturation: 0.79 and the lightness value of db4fea is 0.61.

The process color (four color CMYK) of #db4fea color hex is 0.06, 0.66, 0.00, 0.08. Web safe color of #db4fea is #cc66ff. Color #db4fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001111 11101010
Octal 333 117 352
Decimal 219 79 234
Hex DB 4F EA

RGB Percentages of Color #db4fea

%41.17
%14.85
%43.98

CMYK Percentages of Color #db4fea

%6
%66
%0
%8

Triadic Colors of #db4fea

#db4fea #eadb4f #4feadb

Analogous Colors of #db4fea

#db4fea #ea4fac #8e4fea

Monochromatic Colors of #db4fea

#db4fea

Complementary Color

#db4fea #5eea4f

#db4fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4fea Color CSS Codes

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

#db4fea Text Font Color

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

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


#db4fea Background Color

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

This div background color is #db4fea


#db4fea Border Color

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

This div border color is #db4fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4fea


Comments

No comments written yet.

Please login to write comment.