Color Hex Logo

#db99ea Color Hex

#DB99EA
(219,153,234)
1 Favorites   0 Comments

Color spaces of #db99ea

RGB 219153234
HSL0.800.660.76
HSV289°35°92°
CMYK 0.060.350.00   0.08
XYZ55.455943.783083.3700
Yxy43.78300.30370.2398
Hunter Lab66.168733.8053-28.3850
CIE-Lab72.083238.1355-31.1024

#db99ea color RGB value is (219,153,234).

#db99ea hex color red value is 219, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #db99ea hue: 0.80 , saturation: 0.66 and the lightness value of db99ea is 0.76.

The process color (four color CMYK) of #db99ea color hex is 0.06, 0.35, 0.00, 0.08. Web safe color of #db99ea is #cc99ff. Color #db99ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 11101010
Octal 333 231 352
Decimal 219 153 234
Hex DB 99 EA

RGB Percentages of Color #db99ea

%36.14
%25.25
%38.61

CMYK Percentages of Color #db99ea

%6
%35
%0
%8

Triadic Colors of #db99ea

#db99ea #eadb99 #99eadb

Analogous Colors of #db99ea

#db99ea #ea99d1 #b399ea

Monochromatic Colors of #db99ea

#db99ea

Complementary Color

#db99ea #a8ea99

#db99ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db99ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db99ea Color CSS Codes

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

#db99ea Text Font Color

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

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


#db99ea Background Color

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

This div background color is #db99ea


#db99ea Border Color

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

This div border color is #db99ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db99ea


Comments

No comments written yet.

Please login to write comment.