Color Hex Logo

#db96fa Color Hex

#DB96FA
(219,150,250)
0 Favorites   0 Comments

Color spaces of #db96fa

RGB 219150250
HSL0.780.910.78
HSV281°40°98°
CMYK 0.120.400.00   0.02
XYZ57.375143.774995.8679
Yxy43.77490.29120.2222
Hunter Lab66.162639.0077-39.5959
CIE-Lab72.077842.9241-39.8325

#db96fa color RGB value is (219,150,250).

#db96fa hex color red value is 219, green value is 150 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #db96fa hue: 0.78 , saturation: 0.91 and the lightness value of db96fa is 0.78.

The process color (four color CMYK) of #db96fa color hex is 0.12, 0.40, 0.00, 0.02. Web safe color of #db96fa is #cc99ff. Color #db96fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 11111010
Octal 333 226 372
Decimal 219 150 250
Hex DB 96 FA

RGB Percentages of Color #db96fa

%35.38
%24.23
%40.39

CMYK Percentages of Color #db96fa

%12
%40
%0
%2

Triadic Colors of #db96fa

#db96fa #fadb96 #96fadb

Analogous Colors of #db96fa

#db96fa #fa96e7 #a996fa

Monochromatic Colors of #db96fa

#db96fa

Complementary Color

#db96fa #b5fa96

#db96fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db96fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db96fa Color CSS Codes

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

#db96fa Text Font Color

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

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


#db96fa Background Color

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

This div background color is #db96fa


#db96fa Border Color

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

This div border color is #db96fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db96fa

Related Colors


Comments

No comments written yet.

Please login to write comment.