Color Hex Logo

#db94ea Color Hex

#DB94EA
(219,148,234)
0 Favorites   0 Comments

Color spaces of #db94ea

RGB 219148234
HSL0.800.670.75
HSV290°37°92°
CMYK 0.060.370.00   0.08
XYZ54.654642.180483.1029
Yxy42.18040.30370.2344
Hunter Lab64.946436.5574-30.4026
CIE-Lab70.995140.8034-32.7828

#db94ea color RGB value is (219,148,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 11101010
Octal 333 224 352
Decimal 219 148 234
Hex DB 94 EA

RGB Percentages of Color #db94ea

%36.44
%24.63
%38.94

CMYK Percentages of Color #db94ea

%6
%37
%0
%8

Triadic Colors of #db94ea

#db94ea #eadb94 #94eadb

Analogous Colors of #db94ea

#db94ea #ea94ce #b094ea

Monochromatic Colors of #db94ea

#db94ea

Complementary Color

#db94ea #a3ea94

#db94ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db94ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db94ea Color CSS Codes

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

#db94ea Text Font Color

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

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


#db94ea Background Color

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

This div background color is #db94ea


#db94ea Border Color

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

This div border color is #db94ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db94ea


Comments

No comments written yet.

Please login to write comment.