Color Hex Logo

#db88ea Color Hex

#DB88EA
(219,136,234)
0 Favorites   0 Comments

Color spaces of #db88ea

RGB 219136234
HSL0.810.700.73
HSV291°42°92°
CMYK 0.060.420.00   0.08
XYZ52.868938.608982.5077
Yxy38.60890.30390.2219
Hunter Lab62.136143.1399-35.2333
CIE-Lab68.467047.1220-36.7042

#db88ea color RGB value is (219,136,234).

#db88ea hex color red value is 219, green value is 136 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #db88ea hue: 0.81 , saturation: 0.70 and the lightness value of db88ea is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 11101010
Octal 333 210 352
Decimal 219 136 234
Hex DB 88 EA

RGB Percentages of Color #db88ea

%37.18
%23.09
%39.73

CMYK Percentages of Color #db88ea

%6
%42
%0
%8

Triadic Colors of #db88ea

#db88ea #eadb88 #88eadb

Analogous Colors of #db88ea

#db88ea #ea88c8 #aa88ea

Monochromatic Colors of #db88ea

#db88ea

Complementary Color

#db88ea #97ea88

#db88ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db88ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db88ea Color CSS Codes

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

#db88ea Text Font Color

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

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


#db88ea Background Color

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

This div background color is #db88ea


#db88ea Border Color

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

This div border color is #db88ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db88ea


Comments

No comments written yet.

Please login to write comment.