Color Hex Logo

#da98ff Color Hex

#DA98FF
(218,152,255)
0 Favorites   0 Comments

Color spaces of #da98ff

RGB 218152255
HSL0.771.000.80
HSV278°40°100°
CMYK 0.150.400.00   0.00
XYZ58.191744.5819100.1459
Yxy44.58190.28680.2197
Hunter Lab66.769738.7210-42.1886
CIE-Lab72.615742.6006-41.7149

#da98ff color RGB value is (218,152,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 11111111
Octal 332 230 377
Decimal 218 152 255
Hex DA 98 FF

RGB Percentages of Color #da98ff

%34.88
%24.32
%40.80

CMYK Percentages of Color #da98ff

%15
%40
%0
%0

Triadic Colors of #da98ff

#da98ff #ffda98 #98ffda

Analogous Colors of #da98ff

#da98ff #ff98f1 #a798ff

Monochromatic Colors of #da98ff

#da98ff

Complementary Color

#da98ff #bdff98

#da98ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da98ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da98ff Color CSS Codes

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

#da98ff Text Font Color

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

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


#da98ff Background Color

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

This div background color is #da98ff


#da98ff Border Color

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

This div border color is #da98ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,152,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da98ff

Related Colors

#da98ff Color Palettes


Comments

No comments written yet.

Please login to write comment.