Color Hex Logo

#c12eaf Color Hex

#C12EAF
(193,46,175)
0 Favorites   0 Comments

Color spaces of #c12eaf

RGB 19346175
HSL0.850.620.47
HSV307°76°76°
CMYK 0.000.760.09   0.24
XYZ30.707216.386642.1019
Yxy16.38660.34430.1837
Hunter Lab40.480464.5641-33.3287
CIE-Lab47.477769.4761-36.2617

#c12eaf color RGB value is (193,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101110 10101111
Octal 301 56 257
Decimal 193 46 175
Hex C1 2E AF

RGB Percentages of Color #c12eaf

%46.62
%11.11
%42.27

CMYK Percentages of Color #c12eaf

%0
%76
%9
%24

Triadic Colors of #c12eaf

#c12eaf #afc12e #2eafc1

Analogous Colors of #c12eaf

#c12eaf #c12e66 #8a2ec1

Monochromatic Colors of #c12eaf

#c12eaf

Complementary Color

#c12eaf #2ec140

#c12eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12eaf Color CSS Codes

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

#c12eaf Text Font Color

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

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


#c12eaf Background Color

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

This div background color is #c12eaf


#c12eaf Border Color

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

This div border color is #c12eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12eaf


Comments

No comments written yet.

Please login to write comment.