Color Hex Logo

#da9eba Color Hex

#DA9EBA
(218,158,186)
0 Favorites   0 Comments

Color spaces of #da9eba

RGB 218158186
HSL0.920.450.74
HSV332°28°85°
CMYK 0.000.280.15   0.15
XYZ50.003242.904352.1003
Yxy42.90430.34480.2959
Hunter Lab65.501421.6380-1.3088
CIE-Lab71.490026.5240-5.5864

#da9eba color RGB value is (218,158,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011110 10111010
Octal 332 236 272
Decimal 218 158 186
Hex DA 9E BA

RGB Percentages of Color #da9eba

%38.79
%28.11
%33.10

CMYK Percentages of Color #da9eba

%0
%28
%15
%15

Triadic Colors of #da9eba

#da9eba #bada9e #9ebada

Analogous Colors of #da9eba

#da9eba #daa09e #da9ed8

Monochromatic Colors of #da9eba

#da9eba

Complementary Color

#da9eba #9edabe

#da9eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9eba Color CSS Codes

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

#da9eba Text Font Color

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

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


#da9eba Background Color

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

This div background color is #da9eba


#da9eba Border Color

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

This div border color is #da9eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9eba


Comments

No comments written yet.

Please login to write comment.