Color Hex Logo

#da9bea Color Hex

#DA9BEA
(218,155,234)
0 Favorites   0 Comments

Color spaces of #da9bea

RGB 218155234
HSL0.800.650.76
HSV288°34°92°
CMYK 0.070.340.00   0.08
XYZ55.486144.288683.4660
Yxy44.28860.30280.2417
Hunter Lab66.549732.3632-27.7762
CIE-Lab72.421036.7554-30.5902

#da9bea color RGB value is (218,155,234).

#da9bea hex color red value is 218, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #da9bea hue: 0.80 , saturation: 0.65 and the lightness value of da9bea is 0.76.

The process color (four color CMYK) of #da9bea color hex is 0.07, 0.34, 0.00, 0.08. Web safe color of #da9bea is #cc99ff. Color #da9bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011011 11101010
Octal 332 233 352
Decimal 218 155 234
Hex DA 9B EA

RGB Percentages of Color #da9bea

%35.91
%25.54
%38.55

CMYK Percentages of Color #da9bea

%7
%34
%0
%8

Triadic Colors of #da9bea

#da9bea #eada9b #9beada

Analogous Colors of #da9bea

#da9bea #ea9bd3 #b39bea

Monochromatic Colors of #da9bea

#da9bea

Complementary Color

#da9bea #abea9b

#da9bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9bea Color CSS Codes

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

#da9bea Text Font Color

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

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


#da9bea Background Color

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

This div background color is #da9bea


#da9bea Border Color

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

This div border color is #da9bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9bea


Comments

No comments written yet.

Please login to write comment.