Color Hex Logo

#da85ca Color Hex

#DA85CA
(218,133,202)
0 Favorites   0 Comments

Color spaces of #da85ca

RGB 218133202
HSL0.860.530.69
HSV311°39°85°
CMYK 0.000.390.07   0.15
XYZ47.961635.944860.2873
Yxy35.94480.33260.2493
Hunter Lab59.954037.8758-17.6518
CIE-Lab66.477742.5586-22.0268

#da85ca color RGB value is (218,133,202).

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

The process color (four color CMYK) of #da85ca color hex is 0.00, 0.39, 0.07, 0.15. Web safe color of #da85ca is #cc99cc. Color #da85ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 11001010
Octal 332 205 312
Decimal 218 133 202
Hex DA 85 CA

RGB Percentages of Color #da85ca

%39.42
%24.05
%36.53

CMYK Percentages of Color #da85ca

%0
%39
%7
%15

Triadic Colors of #da85ca

#da85ca #cada85 #85cada

Analogous Colors of #da85ca

#da85ca #da85a0 #c085da

Monochromatic Colors of #da85ca

#da85ca

Complementary Color

#da85ca #85da95

#da85ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da85ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da85ca Color CSS Codes

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

#da85ca Text Font Color

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

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


#da85ca Background Color

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

This div background color is #da85ca


#da85ca Border Color

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

This div border color is #da85ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da85ca


Comments

No comments written yet.

Please login to write comment.