Color Hex Logo

#c2a3bc Color Hex

#C2A3BC
(194,163,188)
0 Favorites   0 Comments

Color spaces of #c2a3bc

RGB 194163188
HSL0.870.200.70
HSV312°16°76°
CMYK 0.000.160.03   0.24
XYZ44.422441.294653.2063
Yxy41.29460.31980.2972
Hunter Lab64.260910.9373-4.1079
CIE-Lab70.381815.6879-8.5962

#c2a3bc color RGB value is (194,163,188).

#c2a3bc hex color red value is 194, green value is 163 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c2a3bc hue: 0.87 , saturation: 0.20 and the lightness value of c2a3bc is 0.70.

The process color (four color CMYK) of #c2a3bc color hex is 0.00, 0.16, 0.03, 0.24. Web safe color of #c2a3bc is #cc99cc. Color #c2a3bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10100011 10111100
Octal 302 243 274
Decimal 194 163 188
Hex C2 A3 BC

RGB Percentages of Color #c2a3bc

%35.60
%29.91
%34.50

CMYK Percentages of Color #c2a3bc

%0
%16
%3
%24

Triadic Colors of #c2a3bc

#c2a3bc #bcc2a3 #a3bcc2

Analogous Colors of #c2a3bc

#c2a3bc #c2a3ad #b9a3c2

Monochromatic Colors of #c2a3bc

#c2a3bc

Complementary Color

#c2a3bc #a3c2a9

#c2a3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a3bc Color CSS Codes

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

#c2a3bc Text Font Color

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

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


#c2a3bc Background Color

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

This div background color is #c2a3bc


#c2a3bc Border Color

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

This div border color is #c2a3bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,163,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c2a3bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a3bc


Comments

No comments written yet.

Please login to write comment.