Color Hex Logo

#da98ef Color Hex

#DA98EF
(218,152,239)
0 Favorites   0 Comments

Color spaces of #da98ef

RGB 218152239
HSL0.790.730.77
HSV286°36°94°
CMYK 0.090.360.00   0.06
XYZ55.721743.593987.1390
Yxy43.59390.29880.2338
Hunter Lab66.025735.0983-32.0315
CIE-Lab71.956239.3493-34.0381

#da98ef color RGB value is (218,152,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 11101111
Octal 332 230 357
Decimal 218 152 239
Hex DA 98 EF

RGB Percentages of Color #da98ef

%35.80
%24.96
%39.24

CMYK Percentages of Color #da98ef

%9
%36
%0
%6

Triadic Colors of #da98ef

#da98ef #efda98 #98efda

Analogous Colors of #da98ef

#da98ef #ef98d9 #af98ef

Monochromatic Colors of #da98ef

#da98ef

Complementary Color

#da98ef #adef98

#da98ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da98ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da98ef Color CSS Codes

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

#da98ef Text Font Color

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

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


#da98ef Background Color

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

This div background color is #da98ef


#da98ef Border Color

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

This div border color is #da98ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da98ef


Comments

No comments written yet.

Please login to write comment.