Color Hex Logo

#db50ea Color Hex

#DB50EA
(219,80,234)
0 Favorites   0 Comments

Color spaces of #db50ea

RGB 21980234
HSL0.820.790.62
HSV294°66°92°
CMYK 0.060.660.00   0.08
XYZ46.933426.737980.5292
Yxy26.73790.30440.1734
Hunter Lab51.708771.5253-56.1399
CIE-Lab58.730973.0847-52.0213

#db50ea color RGB value is (219,80,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 11101010
Octal 333 120 352
Decimal 219 80 234
Hex DB 50 EA

RGB Percentages of Color #db50ea

%41.09
%15.01
%43.90

CMYK Percentages of Color #db50ea

%6
%66
%0
%8

Triadic Colors of #db50ea

#db50ea #eadb50 #50eadb

Analogous Colors of #db50ea

#db50ea #ea50ac #8e50ea

Monochromatic Colors of #db50ea

#db50ea

Complementary Color

#db50ea #5fea50

#db50ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db50ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db50ea Color CSS Codes

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

#db50ea Text Font Color

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

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


#db50ea Background Color

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

This div background color is #db50ea


#db50ea Border Color

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

This div border color is #db50ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db50ea


Comments

No comments written yet.

Please login to write comment.