Color Hex Logo

#c299c0 Color Hex

#C299C0
(194,153,192)
0 Favorites   0 Comments

Color spaces of #c299c0

RGB 194153192
HSL0.840.250.68
HSV303°21°76°
CMYK 0.000.210.01   0.24
XYZ43.153838.057654.9406
Yxy38.05760.31700.2795
Hunter Lab61.690816.9048-9.6189
CIE-Lab68.063021.9532-14.2874

#c299c0 color RGB value is (194,153,192).

#c299c0 hex color red value is 194, green value is 153 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #c299c0 hue: 0.84 , saturation: 0.25 and the lightness value of c299c0 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 11000000
Octal 302 231 300
Decimal 194 153 192
Hex C2 99 C0

RGB Percentages of Color #c299c0

%35.99
%28.39
%35.62

CMYK Percentages of Color #c299c0

%0
%21
%1
%24

Triadic Colors of #c299c0

#c299c0 #c0c299 #99c0c2

Analogous Colors of #c299c0

#c299c0 #c299ac #b099c2

Monochromatic Colors of #c299c0

#c299c0

Complementary Color

#c299c0 #99c29b

#c299c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c299c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c299c0 Color CSS Codes

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

#c299c0 Text Font Color

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

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


#c299c0 Background Color

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

This div background color is #c299c0


#c299c0 Border Color

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

This div border color is #c299c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c299c0


Comments

No comments written yet.

Please login to write comment.