Color Hex Logo

#c674aa Color Hex

#C674AA
(198,116,170)
0 Favorites   0 Comments

Color spaces of #c674aa

RGB 198116170
HSL0.890.420.62
HSV320°41°78°
CMYK 0.000.410.14   0.22
XYZ36.789827.398841.3797
Yxy27.39880.34850.2595
Hunter Lab52.343933.8567-10.2302
CIE-Lab59.341739.6414-14.9686

#c674aa color RGB value is (198,116,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 10101010
Octal 306 164 252
Decimal 198 116 170
Hex C6 74 AA

RGB Percentages of Color #c674aa

%40.91
%23.97
%35.12

CMYK Percentages of Color #c674aa

%0
%41
%14
%22

Triadic Colors of #c674aa

#c674aa #aac674 #74aac6

Analogous Colors of #c674aa

#c674aa #c67481 #b974c6

Monochromatic Colors of #c674aa

#c674aa

Complementary Color

#c674aa #74c690

#c674aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c674aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c674aa Color CSS Codes

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

#c674aa Text Font Color

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

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


#c674aa Background Color

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

This div background color is #c674aa


#c674aa Border Color

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

This div border color is #c674aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c674aa


Comments

No comments written yet.

Please login to write comment.