Color Hex Logo

#c12fad Color Hex

#C12FAD
(193,47,173)
0 Favorites   0 Comments

Color spaces of #c12fad

RGB 19347173
HSL0.860.610.47
HSV308°76°76°
CMYK 0.000.760.10   0.24
XYZ30.551716.387641.0880
Yxy16.38760.34710.1862
Hunter Lab40.481663.8722-31.8410
CIE-Lab47.479068.8904-35.0803

#c12fad color RGB value is (193,47,173).

#c12fad hex color red value is 193, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c12fad hue: 0.86 , saturation: 0.61 and the lightness value of c12fad is 0.47.

The process color (four color CMYK) of #c12fad color hex is 0.00, 0.76, 0.10, 0.24. Web safe color of #c12fad is #cc3399. Color #c12fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101111 10101101
Octal 301 57 255
Decimal 193 47 173
Hex C1 2F AD

RGB Percentages of Color #c12fad

%46.73
%11.38
%41.89

CMYK Percentages of Color #c12fad

%0
%76
%10
%24

Triadic Colors of #c12fad

#c12fad #adc12f #2fadc1

Analogous Colors of #c12fad

#c12fad #c12f64 #8c2fc1

Monochromatic Colors of #c12fad

#c12fad

Complementary Color

#c12fad #2fc143

#c12fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12fad Color CSS Codes

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

#c12fad Text Font Color

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

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


#c12fad Background Color

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

This div background color is #c12fad


#c12fad Border Color

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

This div border color is #c12fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12fad


Comments

No comments written yet.

Please login to write comment.