Color Hex Logo

#c299fc Color Hex

#C299FC
(194,153,252)
0 Favorites   0 Comments

Color spaces of #c299fc

RGB 194153252
HSL0.740.940.79
HSV265°39°99°
CMYK 0.230.390.00   0.01
XYZ51.210141.280197.3642
Yxy41.28010.26970.2174
Hunter Lab64.249629.8365-44.8737
CIE-Lab70.371734.5657-43.7661

#c299fc color RGB value is (194,153,252).

#c299fc hex color red value is 194, green value is 153 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c299fc hue: 0.74 , saturation: 0.94 and the lightness value of c299fc is 0.79.

The process color (four color CMYK) of #c299fc color hex is 0.23, 0.39, 0.00, 0.01. Web safe color of #c299fc is #cc99ff. Color #c299fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 11111100
Octal 302 231 374
Decimal 194 153 252
Hex C2 99 FC

RGB Percentages of Color #c299fc

%32.39
%25.54
%42.07

CMYK Percentages of Color #c299fc

%23
%39
%0
%1

Triadic Colors of #c299fc

#c299fc #fcc299 #99fcc2

Analogous Colors of #c299fc

#c299fc #f499fc #99a2fc

Monochromatic Colors of #c299fc

#c299fc

Complementary Color

#c299fc #d3fc99

#c299fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c299fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c299fc Color CSS Codes

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

#c299fc Text Font Color

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

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


#c299fc Background Color

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

This div background color is #c299fc


#c299fc Border Color

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

This div border color is #c299fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c299fc


Comments

No comments written yet.

Please login to write comment.