Color Hex Logo

#c2126c Color Hex

#C2126C
(194,18,108)
0 Favorites   0 Comments

Color spaces of #c2126c

RGB 19418108
HSL0.910.830.42
HSV329°91°76°
CMYK 0.000.910.44   0.24
XYZ25.171212.984715.3670
Yxy12.98470.47030.2426
Hunter Lab36.034361.6284-0.0605
CIE-Lab42.740267.8984-2.8531

#c2126c color RGB value is (194,18,108).

#c2126c hex color red value is 194, green value is 18 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c2126c hue: 0.91 , saturation: 0.83 and the lightness value of c2126c is 0.42.

The process color (four color CMYK) of #c2126c color hex is 0.00, 0.91, 0.44, 0.24. Web safe color of #c2126c is #cc0066. Color #c2126c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010010 01101100
Octal 302 22 154
Decimal 194 18 108
Hex C2 12 6C

RGB Percentages of Color #c2126c

%60.63
%5.63
%33.75

CMYK Percentages of Color #c2126c

%0
%91
%44
%24

Triadic Colors of #c2126c

#c2126c #6cc212 #126cc2

Analogous Colors of #c2126c

#c2126c #c21214 #c012c2

Monochromatic Colors of #c2126c

#c2126c

Complementary Color

#c2126c #12c268

#c2126c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2126c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2126c Color CSS Codes

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

#c2126c Text Font Color

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

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


#c2126c Background Color

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

This div background color is #c2126c


#c2126c Border Color

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

This div border color is #c2126c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,18,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2126c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2126c;
  -webkit-box-shadow: 1px 1px 3px 2px #c2126c;
  box-shadow:         1px 1px 3px 2px #c2126c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,18,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2126c


Comments

No comments written yet.

Please login to write comment.