Color Hex Logo

#da85dc Color Hex

#DA85DC
(218,133,220)
0 Favorites   0 Comments

Color spaces of #da85dc

RGB 218133220
HSL0.830.550.69
HSV299°40°86°
CMYK 0.010.400.00   0.14
XYZ50.219236.847872.1756
Yxy36.84780.31540.2314
Hunter Lab60.702441.4442-28.0046
CIE-Lab67.162745.7564-31.0001

#da85dc color RGB value is (218,133,220).

#da85dc hex color red value is 218, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da85dc hue: 0.83 , saturation: 0.55 and the lightness value of da85dc is 0.69.

The process color (four color CMYK) of #da85dc color hex is 0.01, 0.40, 0.00, 0.14. Web safe color of #da85dc is #cc99cc. Color #da85dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 11011100
Octal 332 205 334
Decimal 218 133 220
Hex DA 85 DC

RGB Percentages of Color #da85dc

%38.18
%23.29
%38.53

CMYK Percentages of Color #da85dc

%1
%40
%0
%14

Triadic Colors of #da85dc

#da85dc #dcda85 #85dcda

Analogous Colors of #da85dc

#da85dc #dc85b3 #af85dc

Monochromatic Colors of #da85dc

#da85dc

Complementary Color

#da85dc #87dc85

#da85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da85dc Color CSS Codes

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

#da85dc Text Font Color

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

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


#da85dc Background Color

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

This div background color is #da85dc


#da85dc Border Color

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

This div border color is #da85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da85dc


Comments

No comments written yet.

Please login to write comment.