Color Hex Logo

#da9bfe Color Hex

#DA9BFE
(218,155,254)
0 Favorites   0 Comments

Color spaces of #da9bfe

RGB 218155254
HSL0.770.980.80
HSV278°39°100°
CMYK 0.140.390.00   0.00
XYZ58.524245.503999.4645
Yxy45.50390.28760.2236
Hunter Lab67.456636.8146-40.2033
CIE-Lab73.222540.7926-40.2267

#da9bfe color RGB value is (218,155,254).

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

The process color (four color CMYK) of #da9bfe color hex is 0.14, 0.39, 0.00, 0.00. Web safe color of #da9bfe is #cc99ff. Color #da9bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011011 11111110
Octal 332 233 376
Decimal 218 155 254
Hex DA 9B FE

RGB Percentages of Color #da9bfe

%34.77
%24.72
%40.51

CMYK Percentages of Color #da9bfe

%14
%39
%0
%0

Triadic Colors of #da9bfe

#da9bfe #feda9b #9bfeda

Analogous Colors of #da9bfe

#da9bfe #fe9bf1 #a99bfe

Monochromatic Colors of #da9bfe

#da9bfe

Complementary Color

#da9bfe #bffe9b

#da9bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9bfe Color CSS Codes

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

#da9bfe Text Font Color

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

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


#da9bfe Background Color

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

This div background color is #da9bfe


#da9bfe Border Color

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

This div border color is #da9bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9bfe


Comments

No comments written yet.

Please login to write comment.