Color Hex Logo

#c673aa Color Hex

#C673AA
(198,115,170)
0 Favorites   0 Comments

Color spaces of #c673aa

RGB 198115170
HSL0.890.420.61
HSV320°42°78°
CMYK 0.000.420.14   0.22
XYZ36.675127.169541.3415
Yxy27.16950.34870.2583
Hunter Lab52.124434.3763-10.5377
CIE-Lab59.130940.1708-15.2874

#c673aa color RGB value is (198,115,170).

#c673aa hex color red value is 198, green value is 115 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c673aa hue: 0.89 , saturation: 0.42 and the lightness value of c673aa is 0.61.

The process color (four color CMYK) of #c673aa color hex is 0.00, 0.42, 0.14, 0.22. Web safe color of #c673aa is #cc6699. Color #c673aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110011 10101010
Octal 306 163 252
Decimal 198 115 170
Hex C6 73 AA

RGB Percentages of Color #c673aa

%40.99
%23.81
%35.20

CMYK Percentages of Color #c673aa

%0
%42
%14
%22

Triadic Colors of #c673aa

#c673aa #aac673 #73aac6

Analogous Colors of #c673aa

#c673aa #c67381 #b973c6

Monochromatic Colors of #c673aa

#c673aa

Complementary Color

#c673aa #73c68f

#c673aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c673aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c673aa Color CSS Codes

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

#c673aa Text Font Color

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

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


#c673aa Background Color

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

This div background color is #c673aa


#c673aa Border Color

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

This div border color is #c673aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,115,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c673aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c673aa;
  -webkit-box-shadow: 1px 1px 3px 2px #c673aa;
  box-shadow:         1px 1px 3px 2px #c673aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,115,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c673aa


Comments

No comments written yet.

Please login to write comment.