Color Hex Logo

#c50abf Color Hex

#C50ABF
(197,10,191)
0 Favorites   0 Comments

Color spaces of #c50abf

RGB 19710191
HSL0.840.900.41
HSV302°95°77°
CMYK 0.000.950.03   0.23
XYZ32.538515.849050.6344
Yxy15.84900.32860.1601
Hunter Lab39.810876.2242-47.5420
CIE-Lab46.775879.1906-46.7160

#c50abf color RGB value is (197,10,191).

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

The process color (four color CMYK) of #c50abf color hex is 0.00, 0.95, 0.03, 0.23. Web safe color of #c50abf is #cc00cc. Color #c50abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001010 10111111
Octal 305 12 277
Decimal 197 10 191
Hex C5 A BF

RGB Percentages of Color #c50abf

%49.50
%2.51
%47.99

CMYK Percentages of Color #c50abf

%0
%95
%3
%23

Triadic Colors of #c50abf

#c50abf #bfc50a #0abfc5

Analogous Colors of #c50abf

#c50abf #c50a62 #6e0ac5

Monochromatic Colors of #c50abf

#c50abf

Complementary Color

#c50abf #0ac510

#c50abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50abf Color CSS Codes

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

#c50abf Text Font Color

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

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


#c50abf Background Color

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

This div background color is #c50abf


#c50abf Border Color

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

This div border color is #c50abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50abf


Comments

No comments written yet.

Please login to write comment.