Color Hex Logo

#da89ce Color Hex

#DA89CE
(218,137,206)
0 Favorites   0 Comments

Color spaces of #da89ce

RGB 218137206
HSL0.860.520.70
HSV309°37°85°
CMYK 0.000.370.06   0.15
XYZ48.999737.253063.0005
Yxy37.25300.32830.2496
Hunter Lab61.035236.4899-18.4744
CIE-Lab67.466441.1485-22.7498

#da89ce color RGB value is (218,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 11001110
Octal 332 211 316
Decimal 218 137 206
Hex DA 89 CE

RGB Percentages of Color #da89ce

%38.86
%24.42
%36.72

CMYK Percentages of Color #da89ce

%0
%37
%6
%15

Triadic Colors of #da89ce

#da89ce #ceda89 #89ceda

Analogous Colors of #da89ce

#da89ce #da89a6 #be89da

Monochromatic Colors of #da89ce

#da89ce

Complementary Color

#da89ce #89da95

#da89ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da89ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da89ce Color CSS Codes

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

#da89ce Text Font Color

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

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


#da89ce Background Color

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

This div background color is #da89ce


#da89ce Border Color

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

This div border color is #da89ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da89ce


Comments

No comments written yet.

Please login to write comment.