Color Hex Logo

#da85df Color Hex

#DA85DF
(218,133,223)
0 Favorites   0 Comments

Color spaces of #da85df

RGB 218133223
HSL0.820.580.70
HSV297°40°87°
CMYK 0.020.400.00   0.13
XYZ50.620337.008274.2874
Yxy37.00820.31260.2286
Hunter Lab60.834442.0698-29.8175
CIE-Lab67.283246.3103-32.4768

#da85df color RGB value is (218,133,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 11011111
Octal 332 205 337
Decimal 218 133 223
Hex DA 85 DF

RGB Percentages of Color #da85df

%37.98
%23.17
%38.85

CMYK Percentages of Color #da85df

%2
%40
%0
%13

Triadic Colors of #da85df

#da85df #dfda85 #85dfda

Analogous Colors of #da85df

#da85df #df85b7 #ad85df

Monochromatic Colors of #da85df

#da85df

Complementary Color

#da85df #8adf85

#da85df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da85df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da85df Color CSS Codes

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

#da85df Text Font Color

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

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


#da85df Background Color

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

This div background color is #da85df


#da85df Border Color

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

This div border color is #da85df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da85df


Comments

No comments written yet.

Please login to write comment.