Color Hex Logo

#c493ca Color Hex

#C493CA
(196,147,202)
0 Favorites   0 Comments

Color spaces of #c493ca

RGB 196147202
HSL0.820.340.68
HSV293°27°79°
CMYK 0.030.270.00   0.21
XYZ43.859336.867560.6816
Yxy36.86750.31020.2607
Hunter Lab60.718622.6796-16.7508
CIE-Lab67.177527.8531-21.1776

#c493ca color RGB value is (196,147,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 11001010
Octal 304 223 312
Decimal 196 147 202
Hex C4 93 CA

RGB Percentages of Color #c493ca

%35.96
%26.97
%37.06

CMYK Percentages of Color #c493ca

%3
%27
%0
%21

Triadic Colors of #c493ca

#c493ca #cac493 #93cac4

Analogous Colors of #c493ca

#c493ca #ca93b5 #a993ca

Monochromatic Colors of #c493ca

#c493ca

Complementary Color

#c493ca #99ca93

#c493ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c493ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c493ca Color CSS Codes

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

#c493ca Text Font Color

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

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


#c493ca Background Color

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

This div background color is #c493ca


#c493ca Border Color

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

This div border color is #c493ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c493ca


Comments

No comments written yet.

Please login to write comment.