Color Hex Logo

#c469ac Color Hex

#C469AC
(196,105,172)
0 Favorites   0 Comments

Color spaces of #c469ac

RGB 196105172
HSL0.880.440.59
HSV316°46°77°
CMYK 0.000.460.12   0.23
XYZ35.262924.817541.9614
Yxy24.81750.34560.2432
Hunter Lab49.817239.1705-15.0684
CIE-Lab56.897245.0654-19.8589

#c469ac color RGB value is (196,105,172).

#c469ac hex color red value is 196, green value is 105 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c469ac hue: 0.88 , saturation: 0.44 and the lightness value of c469ac is 0.59.

The process color (four color CMYK) of #c469ac color hex is 0.00, 0.46, 0.12, 0.23. Web safe color of #c469ac is #cc6699. Color #c469ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101001 10101100
Octal 304 151 254
Decimal 196 105 172
Hex C4 69 AC

RGB Percentages of Color #c469ac

%41.44
%22.20
%36.36

CMYK Percentages of Color #c469ac

%0
%46
%12
%23

Triadic Colors of #c469ac

#c469ac #acc469 #69acc4

Analogous Colors of #c469ac

#c469ac #c4697f #af69c4

Monochromatic Colors of #c469ac

#c469ac

Complementary Color

#c469ac #69c481

#c469ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c469ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c469ac Color CSS Codes

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

#c469ac Text Font Color

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

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


#c469ac Background Color

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

This div background color is #c469ac


#c469ac Border Color

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

This div border color is #c469ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c469ac


Comments

No comments written yet.

Please login to write comment.