color codes Logo

#c50cad color codes

#C50CAD
(197,12,173)
0 Favorites   0 Comments

Color spaces of #c50cad

RGB 19712173
HSL0.850.890.41
HSV308°94°77°
CMYK 0.000.940.12   0.23
XYZ30.700315.150440.8414
Yxy15.15040.35410.1748
Hunter Lab38.923572.6729-34.9649
CIE-Lab45.839576.5114-37.6172

#c50cad color RGB value is (197,12,173).

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

The process color (four color CMYK) of #c50cad color code is 0.00, 0.94, 0.12, 0.23. Web safe color of #c50cad is #cc0099. Color #c50cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001100 10101101
Octal 305 14 255
Decimal 197 12 173
Hex C5 C AD

RGB Percentages of Color #c50cad

%51.57
%3.14
%45.29

CMYK Percentages of Color #c50cad

%0
%94
%12
%23

Triadic Colors of #c50cad

#c50cad #adc50c #0cadc5

Analogous Colors of #c50cad

#c50cad #c50c50 #810cc5

Monochromatic Colors of #c50cad

#c50cad

Complementary Color

#c50cad #0cc524

#c50cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50cad Color CSS Codes

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

#c50cad Text Font Color

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

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


#c50cad Background Color

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

This div background color is #c50cad


#c50cad Border Color

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

This div border color is #c50cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50cad


Comments

No comments written yet.

Please login to write comment.