Color Hex Logo

#da96ef Color Hex

#DA96EF
(218,150,239)
0 Favorites   0 Comments

Color spaces of #da96ef

RGB 218150239
HSL0.790.740.76
HSV286°37°94°
CMYK 0.090.370.00   0.06
XYZ55.399842.950187.0317
Yxy42.95010.29880.2317
Hunter Lab65.536336.2028-32.8612
CIE-Lab71.521140.4175-34.7120

#da96ef color RGB value is (218,150,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 11101111
Octal 332 226 357
Decimal 218 150 239
Hex DA 96 EF

RGB Percentages of Color #da96ef

%35.91
%24.71
%39.37

CMYK Percentages of Color #da96ef

%9
%37
%0
%6

Triadic Colors of #da96ef

#da96ef #efda96 #96efda

Analogous Colors of #da96ef

#da96ef #ef96d8 #ae96ef

Monochromatic Colors of #da96ef

#da96ef

Complementary Color

#da96ef #abef96

#da96ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da96ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da96ef Color CSS Codes

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

#da96ef Text Font Color

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

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


#da96ef Background Color

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

This div background color is #da96ef


#da96ef Border Color

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

This div border color is #da96ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da96ef


Comments

No comments written yet.

Please login to write comment.