Color Hex Logo

#c613aa Color Hex

#C613AA
(198,19,170)
0 Favorites   0 Comments

Color spaces of #c613aa

RGB 19819170
HSL0.860.820.43
HSV309°90°78°
CMYK 0.000.900.14   0.22
XYZ30.777315.373839.3755
Yxy15.37380.35990.1798
Hunter Lab39.209471.4964-32.0945
CIE-Lab46.142075.4943-35.3490

#c613aa color RGB value is (198,19,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 10101010
Octal 306 23 252
Decimal 198 19 170
Hex C6 13 AA

RGB Percentages of Color #c613aa

%51.16
%4.91
%43.93

CMYK Percentages of Color #c613aa

%0
%90
%14
%22

Triadic Colors of #c613aa

#c613aa #aac613 #13aac6

Analogous Colors of #c613aa

#c613aa #c61351 #8913c6

Monochromatic Colors of #c613aa

#c613aa

Complementary Color

#c613aa #13c62f

#c613aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c613aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c613aa Color CSS Codes

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

#c613aa Text Font Color

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

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


#c613aa Background Color

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

This div background color is #c613aa


#c613aa Border Color

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

This div border color is #c613aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c613aa


Comments

No comments written yet.

Please login to write comment.