Color Hex Logo

#da85bc Color Hex

#DA85BC
(218,133,188)
0 Favorites   0 Comments

Color spaces of #da85bc

RGB 218133188
HSL0.890.530.69
HSV321°39°85°
CMYK 0.000.390.14   0.15
XYZ46.378135.311351.9483
Yxy35.31130.34700.2642
Hunter Lab59.423335.3231-10.2354
CIE-Lab65.990340.2295-14.9163

#da85bc color RGB value is (218,133,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 10111100
Octal 332 205 274
Decimal 218 133 188
Hex DA 85 BC

RGB Percentages of Color #da85bc

%40.45
%24.68
%34.88

CMYK Percentages of Color #da85bc

%0
%39
%14
%15

Triadic Colors of #da85bc

#da85bc #bcda85 #85bcda

Analogous Colors of #da85bc

#da85bc #da8592 #ce85da

Monochromatic Colors of #da85bc

#da85bc

Complementary Color

#da85bc #85daa3

#da85bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da85bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da85bc Color CSS Codes

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

#da85bc Text Font Color

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

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


#da85bc Background Color

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

This div background color is #da85bc


#da85bc Border Color

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

This div border color is #da85bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da85bc


Comments

No comments written yet.

Please login to write comment.