Color Hex Logo

#c51baa Color Hex

#C51BAA
(197,27,170)
0 Favorites   0 Comments

Color spaces of #c51baa

RGB 19727170
HSL0.860.760.44
HSV310°86°77°
CMYK 0.000.860.14   0.23
XYZ30.673615.556539.4162
Yxy15.55650.35810.1816
Hunter Lab39.441769.7954-31.6424
CIE-Lab46.387274.0513-34.9753

#c51baa color RGB value is (197,27,170).

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

The process color (four color CMYK) of #c51baa color hex is 0.00, 0.86, 0.14, 0.23. Web safe color of #c51baa is #cc3399. Color #c51baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011011 10101010
Octal 305 33 252
Decimal 197 27 170
Hex C5 1B AA

RGB Percentages of Color #c51baa

%50.00
%6.85
%43.15

CMYK Percentages of Color #c51baa

%0
%86
%14
%23

Triadic Colors of #c51baa

#c51baa #aac51b #1baac5

Analogous Colors of #c51baa

#c51baa #c51b55 #8b1bc5

Monochromatic Colors of #c51baa

#c51baa

Complementary Color

#c51baa #1bc536

#c51baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51baa Color CSS Codes

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

#c51baa Text Font Color

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

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


#c51baa Background Color

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

This div background color is #c51baa


#c51baa Border Color

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

This div border color is #c51baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51baa


Comments

No comments written yet.

Please login to write comment.