Color Hex Logo

#c12676 Color Hex

#C12676
(193,38,118)
0 Favorites   0 Comments

Color spaces of #c12676

RGB 19338118
HSL0.910.670.45
HSV329°80°76°
CMYK 0.000.800.39   0.24
XYZ25.955414.031718.4799
Yxy14.03170.44390.2400
Hunter Lab37.458958.1301-3.0288
CIE-Lab44.278464.5687-6.8047

#c12676 color RGB value is (193,38,118).

#c12676 hex color red value is 193, green value is 38 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c12676 hue: 0.91 , saturation: 0.67 and the lightness value of c12676 is 0.45.

The process color (four color CMYK) of #c12676 color hex is 0.00, 0.80, 0.39, 0.24. Web safe color of #c12676 is #cc3366. Color #c12676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 01110110
Octal 301 46 166
Decimal 193 38 118
Hex C1 26 76

RGB Percentages of Color #c12676

%55.30
%10.89
%33.81

CMYK Percentages of Color #c12676

%0
%80
%39
%24

Triadic Colors of #c12676

#c12676 #76c126 #2676c1

Analogous Colors of #c12676

#c12676 #c12628 #bf26c1

Monochromatic Colors of #c12676

#c12676

Complementary Color

#c12676 #26c171

#c12676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12676 Color CSS Codes

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

#c12676 Text Font Color

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

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


#c12676 Background Color

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

This div background color is #c12676


#c12676 Border Color

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

This div border color is #c12676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12676


Comments

No comments written yet.

Please login to write comment.