Color Hex Logo

#c50aab Color Hex

#C50AAB
(197,10,171)
0 Favorites   0 Comments

Color spaces of #c50aab

RGB 19710171
HSL0.860.900.41
HSV308°95°77°
CMYK 0.000.950.13   0.23
XYZ30.485215.027739.8220
Yxy15.02770.35720.1761
Hunter Lab38.765672.5324-33.7698
CIE-Lab45.672176.4299-36.6956

#c50aab color RGB value is (197,10,171).

#c50aab hex color red value is 197, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c50aab hue: 0.86 , saturation: 0.90 and the lightness value of c50aab is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001010 10101011
Octal 305 12 253
Decimal 197 10 171
Hex C5 A AB

RGB Percentages of Color #c50aab

%52.12
%2.65
%45.24

CMYK Percentages of Color #c50aab

%0
%95
%13
%23

Triadic Colors of #c50aab

#c50aab #abc50a #0aabc5

Analogous Colors of #c50aab

#c50aab #c50a4d #820ac5

Monochromatic Colors of #c50aab

#c50aab

Complementary Color

#c50aab #0ac524

#c50aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50aab Color CSS Codes

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

#c50aab Text Font Color

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

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


#c50aab Background Color

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

This div background color is #c50aab


#c50aab Border Color

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

This div border color is #c50aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50aab


Comments

No comments written yet.

Please login to write comment.