Color Hex Logo

#c51aac Color Hex

#C51AAC
(197,26,172)
0 Favorites   0 Comments

Color spaces of #c51aac

RGB 19726172
HSL0.860.770.44
HSV309°87°77°
CMYK 0.000.870.13   0.23
XYZ30.841715.587740.4129
Yxy15.58770.35510.1795
Hunter Lab39.481370.3472-33.0522
CIE-Lab46.428974.4971-36.0949

#c51aac color RGB value is (197,26,172).

#c51aac hex color red value is 197, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c51aac hue: 0.86 , saturation: 0.77 and the lightness value of c51aac is 0.44.

The process color (four color CMYK) of #c51aac color hex is 0.00, 0.87, 0.13, 0.23. Web safe color of #c51aac is #cc3399. Color #c51aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011010 10101100
Octal 305 32 254
Decimal 197 26 172
Hex C5 1A AC

RGB Percentages of Color #c51aac

%49.87
%6.58
%43.54

CMYK Percentages of Color #c51aac

%0
%87
%13
%23

Triadic Colors of #c51aac

#c51aac #acc51a #1aacc5

Analogous Colors of #c51aac

#c51aac #c51a56 #891ac5

Monochromatic Colors of #c51aac

#c51aac

Complementary Color

#c51aac #1ac533

#c51aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51aac Color CSS Codes

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

#c51aac Text Font Color

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

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


#c51aac Background Color

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

This div background color is #c51aac


#c51aac Border Color

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

This div border color is #c51aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,26,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c51aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c51aac;
  -webkit-box-shadow: 1px 1px 3px 2px #c51aac;
  box-shadow:         1px 1px 3px 2px #c51aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,26,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51aac


Comments

No comments written yet.

Please login to write comment.