Color Hex Logo

#c494ca Color Hex

#C494CA
(196,148,202)
0 Favorites   0 Comments

Color spaces of #c494ca

RGB 196148202
HSL0.810.340.69
HSV293°27°79°
CMYK 0.030.270.00   0.21
XYZ44.015537.179860.7337
Yxy37.17980.31010.2620
Hunter Lab60.975222.1451-16.3725
CIE-Lab67.411727.3018-20.8208

#c494ca color RGB value is (196,148,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 11001010
Octal 304 224 312
Decimal 196 148 202
Hex C4 94 CA

RGB Percentages of Color #c494ca

%35.90
%27.11
%37.00

CMYK Percentages of Color #c494ca

%3
%27
%0
%21

Triadic Colors of #c494ca

#c494ca #cac494 #94cac4

Analogous Colors of #c494ca

#c494ca #ca94b5 #a994ca

Monochromatic Colors of #c494ca

#c494ca

Complementary Color

#c494ca #9aca94

#c494ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c494ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c494ca Color CSS Codes

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

#c494ca Text Font Color

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

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


#c494ca Background Color

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

This div background color is #c494ca


#c494ca Border Color

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

This div border color is #c494ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c494ca


Comments

No comments written yet.

Please login to write comment.