Color Hex Logo

#c50fba Color Hex

#C50FBA
(197,15,186)
0 Favorites   0 Comments

Color spaces of #c50fba

RGB 19715186
HSL0.840.860.42
HSV304°92°77°
CMYK 0.000.920.06   0.23
XYZ32.059715.757147.8061
Yxy15.75710.33530.1648
Hunter Lab39.695274.6983-43.6180
CIE-Lab46.654277.9905-43.9852

#c50fba color RGB value is (197,15,186).

#c50fba hex color red value is 197, green value is 15 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c50fba hue: 0.84 , saturation: 0.86 and the lightness value of c50fba is 0.42.

The process color (four color CMYK) of #c50fba color hex is 0.00, 0.92, 0.06, 0.23. Web safe color of #c50fba is #cc00cc. Color #c50fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001111 10111010
Octal 305 17 272
Decimal 197 15 186
Hex C5 F BA

RGB Percentages of Color #c50fba

%49.50
%3.77
%46.73

CMYK Percentages of Color #c50fba

%0
%92
%6
%23

Triadic Colors of #c50fba

#c50fba #bac50f #0fbac5

Analogous Colors of #c50fba

#c50fba #c50f5f #750fc5

Monochromatic Colors of #c50fba

#c50fba

Complementary Color

#c50fba #0fc51a

#c50fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50fba Color CSS Codes

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

#c50fba Text Font Color

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

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


#c50fba Background Color

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

This div background color is #c50fba


#c50fba Border Color

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

This div border color is #c50fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50fba


Comments

No comments written yet.

Please login to write comment.