Color Hex Logo

#db60ea Color Hex

#DB60EA
(219,96,234)
0 Favorites   0 Comments

Color spaces of #db60ea

RGB 21996234
HSL0.820.770.65
HSV293°59°92°
CMYK 0.060.590.00   0.08
XYZ48.247629.366380.9672
Yxy29.36630.30420.1852
Hunter Lab54.190764.0902-50.6527
CIE-Lab61.103666.5128-48.2579

#db60ea color RGB value is (219,96,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 11101010
Octal 333 140 352
Decimal 219 96 234
Hex DB 60 EA

RGB Percentages of Color #db60ea

%39.89
%17.49
%42.62

CMYK Percentages of Color #db60ea

%6
%59
%0
%8

Triadic Colors of #db60ea

#db60ea #eadb60 #60eadb

Analogous Colors of #db60ea

#db60ea #ea60b4 #9660ea

Monochromatic Colors of #db60ea

#db60ea

Complementary Color

#db60ea #6fea60

#db60ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db60ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db60ea Color CSS Codes

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

#db60ea Text Font Color

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

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


#db60ea Background Color

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

This div background color is #db60ea


#db60ea Border Color

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

This div border color is #db60ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db60ea


Comments

No comments written yet.

Please login to write comment.