Color Hex Logo

#c415aa Color Hex

#C415AA
(196,21,170)
0 Favorites   0 Comments

Color spaces of #c415aa

RGB 19621170
HSL0.860.810.43
HSV309°89°77°
CMYK 0.000.890.13   0.23
XYZ30.288815.174439.3628
Yxy15.17440.35710.1789
Hunter Lab38.954370.6219-32.6437
CIE-Lab45.872174.8311-35.7989

#c415aa color RGB value is (196,21,170).

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

The process color (four color CMYK) of #c415aa color hex is 0.00, 0.89, 0.13, 0.23. Web safe color of #c415aa is #cc0099. Color #c415aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010101 10101010
Octal 304 25 252
Decimal 196 21 170
Hex C4 15 AA

RGB Percentages of Color #c415aa

%50.65
%5.43
%43.93

CMYK Percentages of Color #c415aa

%0
%89
%13
%23

Triadic Colors of #c415aa

#c415aa #aac415 #15aac4

Analogous Colors of #c415aa

#c415aa #c41553 #8715c4

Monochromatic Colors of #c415aa

#c415aa

Complementary Color

#c415aa #15c42f

#c415aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c415aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c415aa Color CSS Codes

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

#c415aa Text Font Color

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

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


#c415aa Background Color

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

This div background color is #c415aa


#c415aa Border Color

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

This div border color is #c415aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c415aa


Comments

No comments written yet.

Please login to write comment.