Color Hex Logo

#c626aa Color Hex

#C626AA
(198,38,170)
0 Favorites   0 Comments

Color spaces of #c626aa

RGB 19838170
HSL0.860.680.46
HSV311°81°78°
CMYK 0.000.810.14   0.22
XYZ31.237516.294339.5289
Yxy16.29430.35880.1872
Hunter Lab40.366267.4919-29.8038
CIE-Lab47.358371.9545-33.4367

#c626aa color RGB value is (198,38,170).

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

The process color (four color CMYK) of #c626aa color hex is 0.00, 0.81, 0.14, 0.22. Web safe color of #c626aa is #cc3399. Color #c626aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100110 10101010
Octal 306 46 252
Decimal 198 38 170
Hex C6 26 AA

RGB Percentages of Color #c626aa

%48.77
%9.36
%41.87

CMYK Percentages of Color #c626aa

%0
%81
%14
%22

Triadic Colors of #c626aa

#c626aa #aac626 #26aac6

Analogous Colors of #c626aa

#c626aa #c6265a #9226c6

Monochromatic Colors of #c626aa

#c626aa

Complementary Color

#c626aa #26c642

#c626aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c626aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c626aa Color CSS Codes

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

#c626aa Text Font Color

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

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


#c626aa Background Color

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

This div background color is #c626aa


#c626aa Border Color

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

This div border color is #c626aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c626aa


Comments

No comments written yet.

Please login to write comment.