Color Hex Logo

#da99ef Color Hex

#DA99EF
(218,153,239)
0 Favorites   0 Comments

Color spaces of #da99ef

RGB 218153239
HSL0.790.730.77
HSV285°36°94°
CMYK 0.090.360.00   0.06
XYZ55.884743.919987.1933
Yxy43.91990.29890.2349
Hunter Lab66.272134.5460-31.6166
CIE-Lab72.174938.8143-33.6995

#da99ef color RGB value is (218,153,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 11101111
Octal 332 231 357
Decimal 218 153 239
Hex DA 99 EF

RGB Percentages of Color #da99ef

%35.74
%25.08
%39.18

CMYK Percentages of Color #da99ef

%9
%36
%0
%6

Triadic Colors of #da99ef

#da99ef #efda99 #99efda

Analogous Colors of #da99ef

#da99ef #ef99d9 #af99ef

Monochromatic Colors of #da99ef

#da99ef

Complementary Color

#da99ef #aeef99

#da99ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da99ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da99ef Color CSS Codes

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

#da99ef Text Font Color

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

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


#da99ef Background Color

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

This div background color is #da99ef


#da99ef Border Color

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

This div border color is #da99ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da99ef


Comments

No comments written yet.

Please login to write comment.