Color Hex Logo

#db96ef Color Hex

#DB96EF
(219,150,239)
0 Favorites   0 Comments

Color spaces of #db96ef

RGB 219150239
HSL0.800.740.76
HSV287°37°94°
CMYK 0.080.370.00   0.06
XYZ55.699843.104887.0457
Yxy43.10480.29970.2319
Hunter Lab65.654236.5410-32.6499
CIE-Lab71.626040.7177-34.5410

#db96ef color RGB value is (219,150,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 11101111
Octal 333 226 357
Decimal 219 150 239
Hex DB 96 EF

RGB Percentages of Color #db96ef

%36.02
%24.67
%39.31

CMYK Percentages of Color #db96ef

%8
%37
%0
%6

Triadic Colors of #db96ef

#db96ef #efdb96 #96efdb

Analogous Colors of #db96ef

#db96ef #ef96d7 #af96ef

Monochromatic Colors of #db96ef

#db96ef

Complementary Color

#db96ef #aaef96

#db96ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db96ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#db96ef Color CSS Codes

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

#db96ef Text Font Color

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

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


#db96ef Background Color

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

This div background color is #db96ef


#db96ef Border Color

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

This div border color is #db96ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db96ef


Comments

No comments written yet.

Please login to write comment.