Color Hex Logo

#d599fe Color Hex

#D599FE
(213,153,254)
0 Favorites   0 Comments

Color spaces of #d599fe

RGB 213153254
HSL0.770.980.80
HSV276°40°100°
CMYK 0.160.400.00   0.00
XYZ56.721244.084499.2855
Yxy44.08440.28350.2203
Hunter Lab66.396136.2968-42.1821
CIE-Lab72.284940.4200-41.7267

#d599fe color RGB value is (213,153,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011001 11111110
Octal 325 231 376
Decimal 213 153 254
Hex D5 99 FE

RGB Percentages of Color #d599fe

%34.35
%24.68
%40.97

CMYK Percentages of Color #d599fe

%16
%40
%0
%0

Triadic Colors of #d599fe

#d599fe #fed599 #99fed5

Analogous Colors of #d599fe

#d599fe #fe99f5 #a399fe

Monochromatic Colors of #d599fe

#d599fe

Complementary Color

#d599fe #c2fe99

#d599fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d599fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d599fe Color CSS Codes

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

#d599fe Text Font Color

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

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


#d599fe Background Color

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

This div background color is #d599fe


#d599fe Border Color

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

This div border color is #d599fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d599fe


Comments

No comments written yet.

Please login to write comment.