Color Hex Logo

#d999fe Color Hex

#D999FE
(217,153,254)
0 Favorites   0 Comments

Color spaces of #d999fe

RGB 217153254
HSL0.770.980.80
HSV278°40°100°
CMYK 0.150.400.00   0.00
XYZ57.895944.689999.3405
Yxy44.68990.28670.2213
Hunter Lab66.850537.6016-41.3102
CIE-Lab72.687241.5719-41.0688

#d999fe color RGB value is (217,153,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011001 11111110
Octal 331 231 376
Decimal 217 153 254
Hex D9 99 FE

RGB Percentages of Color #d999fe

%34.78
%24.52
%40.71

CMYK Percentages of Color #d999fe

%15
%40
%0
%0

Triadic Colors of #d999fe

#d999fe #fed999 #99fed9

Analogous Colors of #d999fe

#d999fe #fe99f1 #a799fe

Monochromatic Colors of #d999fe

#d999fe

Complementary Color

#d999fe #befe99

#d999fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d999fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d999fe Color CSS Codes

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

#d999fe Text Font Color

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

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


#d999fe Background Color

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

This div background color is #d999fe


#d999fe Border Color

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

This div border color is #d999fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d999fe

Related Colors


Comments

No comments written yet.

Please login to write comment.