Color Hex Logo

#c5a3ca Color Hex

#C5A3CA
(197,163,202)
0 Favorites   0 Comments

Color spaces of #c5a3ca

RGB 197163202
HSL0.810.270.72
HSV292°19°79°
CMYK 0.020.190.00   0.21
XYZ46.783842.329061.5816
Yxy42.32900.31050.2809
Hunter Lab65.060714.4993-10.5769
CIE-Lab71.097219.3617-15.2292

#c5a3ca color RGB value is (197,163,202).

#c5a3ca hex color red value is 197, green value is 163 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c5a3ca hue: 0.81 , saturation: 0.27 and the lightness value of c5a3ca is 0.72.

The process color (four color CMYK) of #c5a3ca color hex is 0.02, 0.19, 0.00, 0.21. Web safe color of #c5a3ca is #cc99cc. Color #c5a3ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100011 11001010
Octal 305 243 312
Decimal 197 163 202
Hex C5 A3 CA

RGB Percentages of Color #c5a3ca

%35.05
%29.00
%35.94

CMYK Percentages of Color #c5a3ca

%2
%19
%0
%21

Triadic Colors of #c5a3ca

#c5a3ca #cac5a3 #a3cac5

Analogous Colors of #c5a3ca

#c5a3ca #caa3bc #b2a3ca

Monochromatic Colors of #c5a3ca

#c5a3ca

Complementary Color

#c5a3ca #a8caa3

#c5a3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a3ca Color CSS Codes

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

#c5a3ca Text Font Color

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

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


#c5a3ca Background Color

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

This div background color is #c5a3ca


#c5a3ca Border Color

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

This div border color is #c5a3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a3ca


Comments

No comments written yet.

Please login to write comment.