Color Hex Logo

#d299fa Color Hex

#D299FA
(210,153,250)
0 Favorites   0 Comments

Color spaces of #d299fa

RGB 210153250
HSL0.760.910.79
HSV275°39°98°
CMYK 0.160.390.00   0.02
XYZ55.224943.386295.9062
Yxy43.38620.28390.2230
Hunter Lab65.868234.3878-40.2204
CIE-Lab71.816338.7050-40.3088

#d299fa color RGB value is (210,153,250).

#d299fa hex color red value is 210, green value is 153 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d299fa hue: 0.76 , saturation: 0.91 and the lightness value of d299fa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011001 11111010
Octal 322 231 372
Decimal 210 153 250
Hex D2 99 FA

RGB Percentages of Color #d299fa

%34.26
%24.96
%40.78

CMYK Percentages of Color #d299fa

%16
%39
%0
%2

Triadic Colors of #d299fa

#d299fa #fad299 #99fad2

Analogous Colors of #d299fa

#d299fa #fa99f2 #a299fa

Monochromatic Colors of #d299fa

#d299fa

Complementary Color

#d299fa #c1fa99

#d299fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d299fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d299fa Color CSS Codes

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

#d299fa Text Font Color

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

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


#d299fa Background Color

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

This div background color is #d299fa


#d299fa Border Color

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

This div border color is #d299fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,153,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d299fa


Comments

No comments written yet.

Please login to write comment.