Color Hex Logo

#c50cba Color Hex

#C50CBA
(197,12,186)
0 Favorites   0 Comments

Color spaces of #c50cba

RGB 19712186
HSL0.840.890.41
HSV304°94°77°
CMYK 0.000.940.06   0.23
XYZ32.020415.678447.7930
Yxy15.67840.33530.1642
Hunter Lab39.596075.0562-43.8469
CIE-Lab46.549778.2986-44.1514

#c50cba color RGB value is (197,12,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001100 10111010
Octal 305 14 272
Decimal 197 12 186
Hex C5 C BA

RGB Percentages of Color #c50cba

%49.87
%3.04
%47.09

CMYK Percentages of Color #c50cba

%0
%94
%6
%23

Triadic Colors of #c50cba

#c50cba #bac50c #0cbac5

Analogous Colors of #c50cba

#c50cba #c50c5d #740cc5

Monochromatic Colors of #c50cba

#c50cba

Complementary Color

#c50cba #0cc517

#c50cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50cba Color CSS Codes

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

#c50cba Text Font Color

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

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


#c50cba Background Color

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

This div background color is #c50cba


#c50cba Border Color

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

This div border color is #c50cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50cba


Comments

No comments written yet.

Please login to write comment.