Color Hex Logo

#c613ae Color Hex

#C613AE
(198,19,174)
0 Favorites   0 Comments

Color spaces of #c613ae

RGB 19819174
HSL0.860.820.43
HSV308°90°78°
CMYK 0.000.900.12   0.22
XYZ31.161615.527541.3991
Yxy15.52750.35380.1763
Hunter Lab39.404972.1999-34.7070
CIE-Lab46.348476.0278-37.3934

#c613ae color RGB value is (198,19,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 10101110
Octal 306 23 256
Decimal 198 19 174
Hex C6 13 AE

RGB Percentages of Color #c613ae

%50.64
%4.86
%44.50

CMYK Percentages of Color #c613ae

%0
%90
%12
%22

Triadic Colors of #c613ae

#c613ae #aec613 #13aec6

Analogous Colors of #c613ae

#c613ae #c61355 #8513c6

Monochromatic Colors of #c613ae

#c613ae

Complementary Color

#c613ae #13c62b

#c613ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c613ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c613ae Color CSS Codes

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

#c613ae Text Font Color

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

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


#c613ae Background Color

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

This div background color is #c613ae


#c613ae Border Color

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

This div border color is #c613ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c613ae


Comments

No comments written yet.

Please login to write comment.