Color Hex Logo

#da90df Color Hex

#DA90DF
(218,144,223)
0 Favorites   0 Comments

Color spaces of #da90df

RGB 218144223
HSL0.820.550.72
HSV296°35°87°
CMYK 0.020.350.00   0.13
XYZ52.206040.179774.8159
Yxy40.17970.31220.2403
Hunter Lab63.387536.0848-25.6085
CIE-Lab69.597340.5241-28.9035

#da90df color RGB value is (218,144,223).

#da90df hex color red value is 218, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #da90df hue: 0.82 , saturation: 0.55 and the lightness value of da90df is 0.72.

The process color (four color CMYK) of #da90df color hex is 0.02, 0.35, 0.00, 0.13. Web safe color of #da90df is #cc99cc. Color #da90df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 11011111
Octal 332 220 337
Decimal 218 144 223
Hex DA 90 DF

RGB Percentages of Color #da90df

%37.26
%24.62
%38.12

CMYK Percentages of Color #da90df

%2
%35
%0
%13

Triadic Colors of #da90df

#da90df #dfda90 #90dfda

Analogous Colors of #da90df

#da90df #df90bd #b390df

Monochromatic Colors of #da90df

#da90df

Complementary Color

#da90df #95df90

#da90df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da90df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da90df Color CSS Codes

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

#da90df Text Font Color

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

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


#da90df Background Color

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

This div background color is #da90df


#da90df Border Color

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

This div border color is #da90df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da90df


Comments

No comments written yet.

Please login to write comment.