Color Hex Logo

#c799ca Color Hex

#C799CA
(199,153,202)
0 Favorites   0 Comments

Color spaces of #c799ca

RGB 199153202
HSL0.820.320.70
HSV296°24°79°
CMYK 0.010.240.00   0.21
XYZ45.605139.188861.0377
Yxy39.18880.31270.2687
Hunter Lab62.601020.4864-13.9888
CIE-Lab68.887825.5411-18.5501

#c799ca color RGB value is (199,153,202).

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

The process color (four color CMYK) of #c799ca color hex is 0.01, 0.24, 0.00, 0.21. Web safe color of #c799ca is #cc99cc. Color #c799ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011001 11001010
Octal 307 231 312
Decimal 199 153 202
Hex C7 99 CA

RGB Percentages of Color #c799ca

%35.92
%27.62
%36.46

CMYK Percentages of Color #c799ca

%1
%24
%0
%21

Triadic Colors of #c799ca

#c799ca #cac799 #99cac7

Analogous Colors of #c799ca

#c799ca #ca99b5 #af99ca

Monochromatic Colors of #c799ca

#c799ca

Complementary Color

#c799ca #9cca99

#c799ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c799ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c799ca Color CSS Codes

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

#c799ca Text Font Color

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

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


#c799ca Background Color

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

This div background color is #c799ca


#c799ca Border Color

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

This div border color is #c799ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c799ca


Comments

No comments written yet.

Please login to write comment.