Color Hex Logo

#da99fe Color Hex

#DA99FE
(218,153,254)
0 Favorites   0 Comments

Color spaces of #da99fe

RGB 218153254
HSL0.770.980.80
HSV279°40°100°
CMYK 0.140.400.00   0.00
XYZ58.194144.843699.3545
Yxy44.84360.28750.2216
Hunter Lab66.965437.9303-41.0910
CIE-Lab72.788841.8606-40.9028

#da99fe color RGB value is (218,153,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 11111110
Octal 332 231 376
Decimal 218 153 254
Hex DA 99 FE

RGB Percentages of Color #da99fe

%34.88
%24.48
%40.64

CMYK Percentages of Color #da99fe

%14
%40
%0
%0

Triadic Colors of #da99fe

#da99fe #feda99 #99feda

Analogous Colors of #da99fe

#da99fe #fe99f0 #a899fe

Monochromatic Colors of #da99fe

#da99fe

Complementary Color

#da99fe #bdfe99

#da99fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da99fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da99fe Color CSS Codes

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

#da99fe Text Font Color

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

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


#da99fe Background Color

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

This div background color is #da99fe


#da99fe Border Color

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

This div border color is #da99fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da99fe

Related Colors


Comments

No comments written yet.

Please login to write comment.