Color Hex Logo

#c799cd Color Hex

#C799CD
(199,153,205)
0 Favorites   0 Comments

Color spaces of #c799cd

RGB 199153205
HSL0.810.340.70
HSV293°25°80°
CMYK 0.030.250.00   0.20
XYZ45.963939.332462.9270
Yxy39.33240.31010.2654
Hunter Lab62.715521.0695-15.5890
CIE-Lab68.991426.1186-20.0557

#c799cd color RGB value is (199,153,205).

#c799cd hex color red value is 199, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c799cd hue: 0.81 , saturation: 0.34 and the lightness value of c799cd is 0.70.

The process color (four color CMYK) of #c799cd color hex is 0.03, 0.25, 0.00, 0.20. Web safe color of #c799cd is #cc99cc. Color #c799cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011001 11001101
Octal 307 231 315
Decimal 199 153 205
Hex C7 99 CD

RGB Percentages of Color #c799cd

%35.73
%27.47
%36.80

CMYK Percentages of Color #c799cd

%3
%25
%0
%20

Triadic Colors of #c799cd

#c799cd #cdc799 #99cdc7

Analogous Colors of #c799cd

#c799cd #cd99b9 #ad99cd

Monochromatic Colors of #c799cd

#c799cd

Complementary Color

#c799cd #9fcd99

#c799cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c799cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c799cd Color CSS Codes

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

#c799cd Text Font Color

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

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


#c799cd Background Color

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

This div background color is #c799cd


#c799cd Border Color

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

This div border color is #c799cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c799cd


Comments

No comments written yet.

Please login to write comment.