Color Hex Logo

#c51bae Color Hex

#C51BAE
(197,27,174)
0 Favorites   0 Comments

Color spaces of #c51bae

RGB 19727174
HSL0.860.760.44
HSV308°86°77°
CMYK 0.000.860.12   0.23
XYZ31.057915.710241.4398
Yxy15.71020.35210.1781
Hunter Lab39.636170.5052-34.2428
CIE-Lab46.592074.5950-37.0209

#c51bae color RGB value is (197,27,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011011 10101110
Octal 305 33 256
Decimal 197 27 174
Hex C5 1B AE

RGB Percentages of Color #c51bae

%49.50
%6.78
%43.72

CMYK Percentages of Color #c51bae

%0
%86
%12
%23

Triadic Colors of #c51bae

#c51bae #aec51b #1baec5

Analogous Colors of #c51bae

#c51bae #c51b59 #871bc5

Monochromatic Colors of #c51bae

#c51bae

Complementary Color

#c51bae #1bc532

#c51bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51bae Color CSS Codes

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

#c51bae Text Font Color

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

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


#c51bae Background Color

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

This div background color is #c51bae


#c51bae Border Color

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

This div border color is #c51bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51bae


Comments

No comments written yet.

Please login to write comment.