Color Hex Logo

#c499fc Color Hex

#C499FC
(196,153,252)
0 Favorites   0 Comments

Color spaces of #c499fc

RGB 196153252
HSL0.740.940.79
HSV266°39°99°
CMYK 0.220.390.00   0.01
XYZ51.726941.546597.3884
Yxy41.54650.27130.2179
Hunter Lab64.456630.4486-44.4625
CIE-Lab70.557135.1306-43.4624

#c499fc color RGB value is (196,153,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011001 11111100
Octal 304 231 374
Decimal 196 153 252
Hex C4 99 FC

RGB Percentages of Color #c499fc

%32.61
%25.46
%41.93

CMYK Percentages of Color #c499fc

%22
%39
%0
%1

Triadic Colors of #c499fc

#c499fc #fcc499 #99fcc4

Analogous Colors of #c499fc

#c499fc #f699fc #99a0fc

Monochromatic Colors of #c499fc

#c499fc

Complementary Color

#c499fc #d1fc99

#c499fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c499fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c499fc Color CSS Codes

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

#c499fc Text Font Color

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

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


#c499fc Background Color

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

This div background color is #c499fc


#c499fc Border Color

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

This div border color is #c499fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c499fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c499fc


Comments

No comments written yet.

Please login to write comment.