Color Hex Logo

#db88fc Color Hex

#DB88FC
(219,136,252)
0 Favorites   0 Comments

Color spaces of #db88fc

RGB 219136252
HSL0.790.950.76
HSV283°46°99°
CMYK 0.130.460.00   0.01
XYZ55.588339.696796.8279
Yxy39.69670.28940.2066
Hunter Lab63.005347.2276-47.0144
CIE-Lab69.253050.6671-45.3406

#db88fc color RGB value is (219,136,252).

#db88fc hex color red value is 219, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #db88fc hue: 0.79 , saturation: 0.95 and the lightness value of db88fc is 0.76.

The process color (four color CMYK) of #db88fc color hex is 0.13, 0.46, 0.00, 0.01. Web safe color of #db88fc is #cc99ff. Color #db88fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 11111100
Octal 333 210 374
Decimal 219 136 252
Hex DB 88 FC

RGB Percentages of Color #db88fc

%36.08
%22.41
%41.52

CMYK Percentages of Color #db88fc

%13
%46
%0
%1

Triadic Colors of #db88fc

#db88fc #fcdb88 #88fcdb

Analogous Colors of #db88fc

#db88fc #fc88e3 #a188fc

Monochromatic Colors of #db88fc

#db88fc

Complementary Color

#db88fc #a9fc88

#db88fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db88fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db88fc Color CSS Codes

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

#db88fc Text Font Color

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

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


#db88fc Background Color

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

This div background color is #db88fc


#db88fc Border Color

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

This div border color is #db88fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,136,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db88fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db88fc


Comments

No comments written yet.

Please login to write comment.