Color Hex Logo

#da92df Color Hex

#DA92DF
(218,146,223)
0 Favorites   0 Comments

Color spaces of #da92df

RGB 218146223
HSL0.820.550.72
HSV296°35°87°
CMYK 0.020.350.00   0.13
XYZ52.511640.790974.9178
Yxy40.79090.31220.2425
Hunter Lab63.867834.9928-24.8406
CIE-Lab70.029239.4601-28.2390

#da92df color RGB value is (218,146,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 11011111
Octal 332 222 337
Decimal 218 146 223
Hex DA 92 DF

RGB Percentages of Color #da92df

%37.14
%24.87
%37.99

CMYK Percentages of Color #da92df

%2
%35
%0
%13

Triadic Colors of #da92df

#da92df #dfda92 #92dfda

Analogous Colors of #da92df

#da92df #df92be #b492df

Monochromatic Colors of #da92df

#da92df

Complementary Color

#da92df #97df92

#da92df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da92df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da92df Color CSS Codes

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

#da92df Text Font Color

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

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


#da92df Background Color

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

This div background color is #da92df


#da92df Border Color

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

This div border color is #da92df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da92df


Comments

No comments written yet.

Please login to write comment.