Color Hex Logo

#c618aa Color Hex

#C618AA
(198,24,170)
0 Favorites   0 Comments

Color spaces of #c618aa

RGB 19824170
HSL0.860.780.44
HSV310°88°78°
CMYK 0.000.880.14   0.22
XYZ30.871015.561339.4068
Yxy15.56130.35960.1813
Hunter Lab39.447870.6565-31.6149
CIE-Lab46.393674.7578-34.9529

#c618aa color RGB value is (198,24,170).

#c618aa hex color red value is 198, green value is 24 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c618aa hue: 0.86 , saturation: 0.78 and the lightness value of c618aa is 0.44.

The process color (four color CMYK) of #c618aa color hex is 0.00, 0.88, 0.14, 0.22. Web safe color of #c618aa is #cc0099. Color #c618aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011000 10101010
Octal 306 30 252
Decimal 198 24 170
Hex C6 18 AA

RGB Percentages of Color #c618aa

%50.51
%6.12
%43.37

CMYK Percentages of Color #c618aa

%0
%88
%14
%22

Triadic Colors of #c618aa

#c618aa #aac618 #18aac6

Analogous Colors of #c618aa

#c618aa #c61853 #8b18c6

Monochromatic Colors of #c618aa

#c618aa

Complementary Color

#c618aa #18c634

#c618aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c618aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c618aa Color CSS Codes

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

#c618aa Text Font Color

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

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


#c618aa Background Color

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

This div background color is #c618aa


#c618aa Border Color

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

This div border color is #c618aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c618aa


Comments

No comments written yet.

Please login to write comment.