Color Hex Logo

#da85bb Color Hex

#DA85BB
(218,133,187)
0 Favorites   0 Comments

Color spaces of #da85bb

RGB 218133187
HSL0.890.530.69
HSV322°39°85°
CMYK 0.000.390.14   0.15
XYZ46.270635.268351.3825
Yxy35.26830.34810.2653
Hunter Lab59.387135.1482-9.7275
CIE-Lab65.957040.0686-14.4043

#da85bb color RGB value is (218,133,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 10111011
Octal 332 205 273
Decimal 218 133 187
Hex DA 85 BB

RGB Percentages of Color #da85bb

%40.52
%24.72
%34.76

CMYK Percentages of Color #da85bb

%0
%39
%14
%15

Triadic Colors of #da85bb

#da85bb #bbda85 #85bbda

Analogous Colors of #da85bb

#da85bb #da8591 #cf85da

Monochromatic Colors of #da85bb

#da85bb

Complementary Color

#da85bb #85daa4

#da85bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da85bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da85bb Color CSS Codes

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

#da85bb Text Font Color

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

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


#da85bb Background Color

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

This div background color is #da85bb


#da85bb Border Color

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

This div border color is #da85bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da85bb


Comments

No comments written yet.

Please login to write comment.