Color Hex Logo

#d299df Color Hex

#D299DF
(210,153,223)
0 Favorites   0 Comments

Color spaces of #d299df

RGB 210153223
HSL0.800.520.74
HSV289°31°87°
CMYK 0.060.310.00   0.13
XYZ51.288941.811875.1793
Yxy41.81180.30480.2485
Hunter Lab64.662028.4248-23.6701
CIE-Lab70.741033.1827-27.2169

#d299df color RGB value is (210,153,223).

#d299df hex color red value is 210, green value is 153 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d299df hue: 0.80 , saturation: 0.52 and the lightness value of d299df is 0.74.

The process color (four color CMYK) of #d299df color hex is 0.06, 0.31, 0.00, 0.13. Web safe color of #d299df is #cc99cc. Color #d299df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011001 11011111
Octal 322 231 337
Decimal 210 153 223
Hex D2 99 DF

RGB Percentages of Color #d299df

%35.84
%26.11
%38.05

CMYK Percentages of Color #d299df

%6
%31
%0
%13

Triadic Colors of #d299df

#d299df #dfd299 #99dfd2

Analogous Colors of #d299df

#d299df #df99c9 #af99df

Monochromatic Colors of #d299df

#d299df

Complementary Color

#d299df #a6df99

#d299df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d299df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d299df Color CSS Codes

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

#d299df Text Font Color

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

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


#d299df Background Color

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

This div background color is #d299df


#d299df Border Color

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

This div border color is #d299df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d299df


Comments

No comments written yet.

Please login to write comment.