Color Hex Logo

#c4a3cd Color Hex

#C4A3CD
(196,163,205)
0 Favorites   0 Comments

Color spaces of #c4a3cd

RGB 196163205
HSL0.800.300.72
HSV287°20°80°
CMYK 0.040.200.00   0.20
XYZ46.881642.337963.4587
Yxy42.33790.30710.2773
Hunter Lab65.067614.7421-12.2767
CIE-Lab71.103319.6103-16.8824

#c4a3cd color RGB value is (196,163,205).

#c4a3cd hex color red value is 196, green value is 163 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c4a3cd hue: 0.80 , saturation: 0.30 and the lightness value of c4a3cd is 0.72.

The process color (four color CMYK) of #c4a3cd color hex is 0.04, 0.20, 0.00, 0.20. Web safe color of #c4a3cd is #cc99cc. Color #c4a3cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100011 11001101
Octal 304 243 315
Decimal 196 163 205
Hex C4 A3 CD

RGB Percentages of Color #c4a3cd

%34.75
%28.90
%36.35

CMYK Percentages of Color #c4a3cd

%4
%20
%0
%20

Triadic Colors of #c4a3cd

#c4a3cd #cdc4a3 #a3cdc4

Analogous Colors of #c4a3cd

#c4a3cd #cda3c1 #afa3cd

Monochromatic Colors of #c4a3cd

#c4a3cd

Complementary Color

#c4a3cd #accda3

#c4a3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a3cd Color CSS Codes

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

#c4a3cd Text Font Color

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

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


#c4a3cd Background Color

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

This div background color is #c4a3cd


#c4a3cd Border Color

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

This div border color is #c4a3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a3cd


Comments

No comments written yet.

Please login to write comment.