Color Hex Logo

#c497fc Color Hex

#C497FC
(196,151,252)
0 Favorites   0 Comments

Color spaces of #c497fc

RGB 196151252
HSL0.740.940.79
HSV267°40°99°
CMYK 0.220.400.00   0.01
XYZ51.402240.897397.2802
Yxy40.89730.27110.2157
Hunter Lab63.951031.5596-45.4243
CIE-Lab70.103936.2281-44.1724

#c497fc color RGB value is (196,151,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010111 11111100
Octal 304 227 374
Decimal 196 151 252
Hex C4 97 FC

RGB Percentages of Color #c497fc

%32.72
%25.21
%42.07

CMYK Percentages of Color #c497fc

%22
%40
%0
%1

Triadic Colors of #c497fc

#c497fc #fcc497 #97fcc4

Analogous Colors of #c497fc

#c497fc #f797fc #979dfc

Monochromatic Colors of #c497fc

#c497fc

Complementary Color

#c497fc #cffc97

#c497fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c497fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c497fc Color CSS Codes

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

#c497fc Text Font Color

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

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


#c497fc Background Color

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

This div background color is #c497fc


#c497fc Border Color

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

This div border color is #c497fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c497fc

Related Colors


Comments

No comments written yet.

Please login to write comment.