Color Hex Logo

#c670aa Color Hex

#C670AA
(198,112,170)
0 Favorites   0 Comments

Color spaces of #c670aa

RGB 198112170
HSL0.890.430.61
HSV320°43°78°
CMYK 0.000.430.14   0.22
XYZ36.338626.496441.2293
Yxy26.49640.34920.2546
Hunter Lab51.474735.9317-11.4568
CIE-Lab58.505341.7507-16.2349

#c670aa color RGB value is (198,112,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110000 10101010
Octal 306 160 252
Decimal 198 112 170
Hex C6 70 AA

RGB Percentages of Color #c670aa

%41.25
%23.33
%35.42

CMYK Percentages of Color #c670aa

%0
%43
%14
%22

Triadic Colors of #c670aa

#c670aa #aac670 #70aac6

Analogous Colors of #c670aa

#c670aa #c6707f #b770c6

Monochromatic Colors of #c670aa

#c670aa

Complementary Color

#c670aa #70c68c

#c670aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c670aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c670aa Color CSS Codes

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

#c670aa Text Font Color

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

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


#c670aa Background Color

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

This div background color is #c670aa


#c670aa Border Color

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

This div border color is #c670aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c670aa


Comments

No comments written yet.

Please login to write comment.