Color Hex Logo

#c3abca Color Hex

#C3ABCA
(195,171,202)
0 Favorites   0 Comments

Color spaces of #c3abca

RGB 195171202
HSL0.800.230.73
HSV286°15°79°
CMYK 0.030.150.00   0.21
XYZ47.729344.992262.0459
Yxy44.99220.30840.2907
Hunter Lab67.07629.6315-7.8902
CIE-Lab72.886814.2897-12.5583

#c3abca color RGB value is (195,171,202).

#c3abca hex color red value is 195, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c3abca hue: 0.80 , saturation: 0.23 and the lightness value of c3abca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101011 11001010
Octal 303 253 312
Decimal 195 171 202
Hex C3 AB CA

RGB Percentages of Color #c3abca

%34.33
%30.11
%35.56

CMYK Percentages of Color #c3abca

%3
%15
%0
%21

Triadic Colors of #c3abca

#c3abca #cac3ab #abcac3

Analogous Colors of #c3abca

#c3abca #caabc2 #b4abca

Monochromatic Colors of #c3abca

#c3abca

Complementary Color

#c3abca #b2caab

#c3abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3abca Color CSS Codes

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

#c3abca Text Font Color

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

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


#c3abca Background Color

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

This div background color is #c3abca


#c3abca Border Color

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

This div border color is #c3abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3abca


Comments

No comments written yet.

Please login to write comment.