Color Hex Logo

#c4a2df Color Hex

#C4A2DF
(196,162,223)
0 Favorites   0 Comments

Color spaces of #c4a2df

RGB 196162223
HSL0.760.490.75
HSV273°27°87°
CMYK 0.120.270.00   0.13
XYZ49.004642.904175.5105
Yxy42.90410.29270.2563
Hunter Lab65.501218.9173-22.4993
CIE-Lab71.489823.8195-26.1850

#c4a2df color RGB value is (196,162,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100010 11011111
Octal 304 242 337
Decimal 196 162 223
Hex C4 A2 DF

RGB Percentages of Color #c4a2df

%33.73
%27.88
%38.38

CMYK Percentages of Color #c4a2df

%12
%27
%0
%13

Triadic Colors of #c4a2df

#c4a2df #dfc4a2 #a2dfc4

Analogous Colors of #c4a2df

#c4a2df #dfa2dc #a6a2df

Monochromatic Colors of #c4a2df

#c4a2df

Complementary Color

#c4a2df #bddfa2

#c4a2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a2df Color CSS Codes

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

#c4a2df Text Font Color

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

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


#c4a2df Background Color

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

This div background color is #c4a2df


#c4a2df Border Color

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

This div border color is #c4a2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a2df


Comments

No comments written yet.

Please login to write comment.