Color Hex Logo

#d199fe Color Hex

#D199FE
(209,153,254)
0 Favorites   0 Comments

Color spaces of #d199fe

RGB 209153254
HSL0.760.980.80
HSV273°40°100°
CMYK 0.180.400.00   0.00
XYZ55.575143.493599.2319
Yxy43.49350.28030.2193
Hunter Lab65.949635.0084-43.0467
CIE-Lab71.888639.2733-42.3750

#d199fe color RGB value is (209,153,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 11111110
Octal 321 231 376
Decimal 209 153 254
Hex D1 99 FE

RGB Percentages of Color #d199fe

%33.93
%24.84
%41.23

CMYK Percentages of Color #d199fe

%18
%40
%0
%0

Triadic Colors of #d199fe

#d199fe #fed199 #99fed1

Analogous Colors of #d199fe

#d199fe #fe99f9 #9f99fe

Monochromatic Colors of #d199fe

#d199fe

Complementary Color

#d199fe #c6fe99

#d199fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d199fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d199fe Color CSS Codes

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

#d199fe Text Font Color

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

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


#d199fe Background Color

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

This div background color is #d199fe


#d199fe Border Color

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

This div border color is #d199fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d199fe

Related Colors


Comments

No comments written yet.

Please login to write comment.