Color Hex Logo

#c51fba Color Hex

#C51FBA
(197,31,186)
0 Favorites   0 Comments

Color spaces of #c51fba

RGB 19731186
HSL0.840.730.45
HSV304°84°77°
CMYK 0.000.840.06   0.23
XYZ32.378916.395547.9125
Yxy16.39550.33490.1696
Hunter Lab40.491471.8776-41.8126
CIE-Lab47.489275.5428-42.6583

#c51fba color RGB value is (197,31,186).

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

The process color (four color CMYK) of #c51fba color hex is 0.00, 0.84, 0.06, 0.23. Web safe color of #c51fba is #cc33cc. Color #c51fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011111 10111010
Octal 305 37 272
Decimal 197 31 186
Hex C5 1F BA

RGB Percentages of Color #c51fba

%47.58
%7.49
%44.93

CMYK Percentages of Color #c51fba

%0
%84
%6
%23

Triadic Colors of #c51fba

#c51fba #bac51f #1fbac5

Analogous Colors of #c51fba

#c51fba #c51f67 #7d1fc5

Monochromatic Colors of #c51fba

#c51fba

Complementary Color

#c51fba #1fc52a

#c51fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51fba Color CSS Codes

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

#c51fba Text Font Color

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

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


#c51fba Background Color

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

This div background color is #c51fba


#c51fba Border Color

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

This div border color is #c51fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51fba


Comments

No comments written yet.

Please login to write comment.