Color Hex Logo

#c51bac Color Hex

#C51BAC
(197,27,172)
0 Favorites   0 Comments

Color spaces of #c51bac

RGB 19727172
HSL0.860.760.44
HSV309°86°77°
CMYK 0.000.860.13   0.23
XYZ30.864315.632740.4204
Yxy15.63270.35510.1799
Hunter Lab39.538270.1487-32.9362
CIE-Lab46.488974.3223-36.0003

#c51bac color RGB value is (197,27,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011011 10101100
Octal 305 33 254
Decimal 197 27 172
Hex C5 1B AC

RGB Percentages of Color #c51bac

%49.75
%6.82
%43.43

CMYK Percentages of Color #c51bac

%0
%86
%13
%23

Triadic Colors of #c51bac

#c51bac #acc51b #1bacc5

Analogous Colors of #c51bac

#c51bac #c51b57 #891bc5

Monochromatic Colors of #c51bac

#c51bac

Complementary Color

#c51bac #1bc534

#c51bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51bac Color CSS Codes

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

#c51bac Text Font Color

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

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


#c51bac Background Color

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

This div background color is #c51bac


#c51bac Border Color

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

This div border color is #c51bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51bac


Comments

No comments written yet.

Please login to write comment.