Color Hex Logo

#da98eb Color Hex

#DA98EB
(218,152,235)
0 Favorites   0 Comments

Color spaces of #da98eb

RGB 218152235
HSL0.800.670.76
HSV288°35°92°
CMYK 0.070.350.00   0.08
XYZ55.137143.360184.0605
Yxy43.36010.30200.2375
Hunter Lab65.848434.2295-29.5943
CIE-Lab71.798738.5597-32.0967

#da98eb color RGB value is (218,152,235).

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

The process color (four color CMYK) of #da98eb color hex is 0.07, 0.35, 0.00, 0.08. Web safe color of #da98eb is #cc99ff. Color #da98eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 11101011
Octal 332 230 353
Decimal 218 152 235
Hex DA 98 EB

RGB Percentages of Color #da98eb

%36.03
%25.12
%38.84

CMYK Percentages of Color #da98eb

%7
%35
%0
%8

Triadic Colors of #da98eb

#da98eb #ebda98 #98ebda

Analogous Colors of #da98eb

#da98eb #eb98d3 #b198eb

Monochromatic Colors of #da98eb

#da98eb

Complementary Color

#da98eb #a9eb98

#da98eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da98eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da98eb Color CSS Codes

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

#da98eb Text Font Color

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

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


#da98eb Background Color

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

This div background color is #da98eb


#da98eb Border Color

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

This div border color is #da98eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da98eb


Comments

No comments written yet.

Please login to write comment.