Color Hex Logo

#c4a3df Color Hex

#C4A3DF
(196,163,223)
0 Favorites   0 Comments

Color spaces of #c4a3df

RGB 196163223
HSL0.760.480.76
HSV273°27°87°
CMYK 0.120.270.00   0.13
XYZ49.181443.257975.5695
Yxy43.25790.29270.2575
Hunter Lab65.770718.3782-22.0837
CIE-Lab71.729723.2673-25.8176

#c4a3df color RGB value is (196,163,223).

#c4a3df hex color red value is 196, green value is 163 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c4a3df hue: 0.76 , saturation: 0.48 and the lightness value of c4a3df is 0.76.

The process color (four color CMYK) of #c4a3df color hex is 0.12, 0.27, 0.00, 0.13. Web safe color of #c4a3df is #cc99cc. Color #c4a3df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100011 11011111
Octal 304 243 337
Decimal 196 163 223
Hex C4 A3 DF

RGB Percentages of Color #c4a3df

%33.68
%28.01
%38.32

CMYK Percentages of Color #c4a3df

%12
%27
%0
%13

Triadic Colors of #c4a3df

#c4a3df #dfc4a3 #a3dfc4

Analogous Colors of #c4a3df

#c4a3df #dfa3dc #a6a3df

Monochromatic Colors of #c4a3df

#c4a3df

Complementary Color

#c4a3df #bedfa3

#c4a3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a3df Color CSS Codes

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

#c4a3df Text Font Color

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

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


#c4a3df Background Color

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

This div background color is #c4a3df


#c4a3df Border Color

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

This div border color is #c4a3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a3df


Comments

No comments written yet.

Please login to write comment.