Color Hex Logo

#da89bc Color Hex

#DA89BC
(218,137,188)
0 Favorites   0 Comments

Color spaces of #da89bc

RGB 218137188
HSL0.900.520.70
HSV322°37°85°
CMYK 0.000.370.14   0.15
XYZ46.936236.427652.1344
Yxy36.42760.34640.2688
Hunter Lab60.355333.1915-8.9655
CIE-Lab66.845438.1167-13.6285

#da89bc color RGB value is (218,137,188).

#da89bc hex color red value is 218, green value is 137 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #da89bc hue: 0.90 , saturation: 0.52 and the lightness value of da89bc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 10111100
Octal 332 211 274
Decimal 218 137 188
Hex DA 89 BC

RGB Percentages of Color #da89bc

%40.15
%25.23
%34.62

CMYK Percentages of Color #da89bc

%0
%37
%14
%15

Triadic Colors of #da89bc

#da89bc #bcda89 #89bcda

Analogous Colors of #da89bc

#da89bc #da8994 #d089da

Monochromatic Colors of #da89bc

#da89bc

Complementary Color

#da89bc #89daa7

#da89bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da89bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da89bc Color CSS Codes

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

#da89bc Text Font Color

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

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


#da89bc Background Color

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

This div background color is #da89bc


#da89bc Border Color

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

This div border color is #da89bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da89bc


Comments

No comments written yet.

Please login to write comment.