Color Hex Logo

#c497ca Color Hex

#C497CA
(196,151,202)
0 Favorites   0 Comments

Color spaces of #c497ca

RGB 196151202
HSL0.810.320.69
HSV293°25°79°
CMYK 0.030.250.00   0.21
XYZ44.492238.133260.8926
Yxy38.13320.31000.2657
Hunter Lab61.752120.5426-15.2383
CIE-Lab68.118725.6460-19.7454

#c497ca color RGB value is (196,151,202).

#c497ca hex color red value is 196, green value is 151 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c497ca hue: 0.81 , saturation: 0.32 and the lightness value of c497ca is 0.69.

The process color (four color CMYK) of #c497ca color hex is 0.03, 0.25, 0.00, 0.21. Web safe color of #c497ca is #cc99cc. Color #c497ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010111 11001010
Octal 304 227 312
Decimal 196 151 202
Hex C4 97 CA

RGB Percentages of Color #c497ca

%35.70
%27.50
%36.79

CMYK Percentages of Color #c497ca

%3
%25
%0
%21

Triadic Colors of #c497ca

#c497ca #cac497 #97cac4

Analogous Colors of #c497ca

#c497ca #ca97b7 #ab97ca

Monochromatic Colors of #c497ca

#c497ca

Complementary Color

#c497ca #9dca97

#c497ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c497ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c497ca Color CSS Codes

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

#c497ca Text Font Color

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

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


#c497ca Background Color

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

This div background color is #c497ca


#c497ca Border Color

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

This div border color is #c497ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c497ca


Comments

No comments written yet.

Please login to write comment.