Color Hex Logo

#da9ece Color Hex

#DA9ECE
(218,158,206)
0 Favorites   0 Comments

Color spaces of #da9ece

RGB 218158206
HSL0.870.450.74
HSV312°28°85°
CMYK 0.000.280.06   0.15
XYZ52.280943.815464.0942
Yxy43.81540.32640.2735
Hunter Lab66.193225.1453-11.0747
CIE-Lab72.104929.9112-15.7112

#da9ece color RGB value is (218,158,206).

#da9ece hex color red value is 218, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #da9ece hue: 0.87 , saturation: 0.45 and the lightness value of da9ece is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011110 11001110
Octal 332 236 316
Decimal 218 158 206
Hex DA 9E CE

RGB Percentages of Color #da9ece

%37.46
%27.15
%35.40

CMYK Percentages of Color #da9ece

%0
%28
%6
%15

Triadic Colors of #da9ece

#da9ece #ceda9e #9eceda

Analogous Colors of #da9ece

#da9ece #da9eb0 #c89eda

Monochromatic Colors of #da9ece

#da9ece

Complementary Color

#da9ece #9edaaa

#da9ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9ece Color CSS Codes

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

#da9ece Text Font Color

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

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


#da9ece Background Color

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

This div background color is #da9ece


#da9ece Border Color

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

This div border color is #da9ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9ece


Comments

No comments written yet.

Please login to write comment.