Color Hex Logo

#d299cc Color Hex

#D299CC
(210,153,204)
0 Favorites   0 Comments

Color spaces of #d299cc

RGB 210153204
HSL0.850.390.71
HSV306°27°82°
CMYK 0.000.270.03   0.18
XYZ48.868740.843762.4347
Yxy40.84370.32120.2684
Hunter Lab63.909124.6509-13.1858
CIE-Lab70.066329.5846-17.7669

#d299cc color RGB value is (210,153,204).

#d299cc hex color red value is 210, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d299cc hue: 0.85 , saturation: 0.39 and the lightness value of d299cc is 0.71.

The process color (four color CMYK) of #d299cc color hex is 0.00, 0.27, 0.03, 0.18. Web safe color of #d299cc is #cc99cc. Color #d299cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011001 11001100
Octal 322 231 314
Decimal 210 153 204
Hex D2 99 CC

RGB Percentages of Color #d299cc

%37.04
%26.98
%35.98

CMYK Percentages of Color #d299cc

%0
%27
%3
%18

Triadic Colors of #d299cc

#d299cc #ccd299 #99ccd2

Analogous Colors of #d299cc

#d299cc #d299b0 #bc99d2

Monochromatic Colors of #d299cc

#d299cc

Complementary Color

#d299cc #99d29f

#d299cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d299cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d299cc Color CSS Codes

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

#d299cc Text Font Color

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

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


#d299cc Background Color

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

This div background color is #d299cc


#d299cc Border Color

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

This div border color is #d299cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d299cc


Comments

No comments written yet.

Please login to write comment.