Color Hex Logo

#c12faf Color Hex

#C12FAF
(193,47,175)
0 Favorites   0 Comments

Color spaces of #c12faf

RGB 19347175
HSL0.850.610.47
HSV307°76°76°
CMYK 0.000.760.09   0.24
XYZ30.746716.465642.1151
Yxy16.46560.34420.1843
Hunter Lab40.577864.2421-33.1317
CIE-Lab47.579569.1842-36.1013

#c12faf color RGB value is (193,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101111 10101111
Octal 301 57 257
Decimal 193 47 175
Hex C1 2F AF

RGB Percentages of Color #c12faf

%46.51
%11.33
%42.17

CMYK Percentages of Color #c12faf

%0
%76
%9
%24

Triadic Colors of #c12faf

#c12faf #afc12f #2fafc1

Analogous Colors of #c12faf

#c12faf #c12f66 #8a2fc1

Monochromatic Colors of #c12faf

#c12faf

Complementary Color

#c12faf #2fc141

#c12faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12faf Color CSS Codes

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

#c12faf Text Font Color

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

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


#c12faf Background Color

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

This div background color is #c12faf


#c12faf Border Color

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

This div border color is #c12faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,47,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12faf


Comments

No comments written yet.

Please login to write comment.