Color Hex Logo

#c6128e Color Hex

#C6128E
(198,18,142)
0 Favorites   0 Comments

Color spaces of #c6128e

RGB 19818142
HSL0.890.830.42
HSV319°91°78°
CMYK 0.000.910.28   0.22
XYZ28.387514.391426.8728
Yxy14.39140.40760.2066
Hunter Lab37.936067.1835-15.4442
CIE-Lab44.789172.1984-20.6442

#c6128e color RGB value is (198,18,142).

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

The process color (four color CMYK) of #c6128e color hex is 0.00, 0.91, 0.28, 0.22. Web safe color of #c6128e is #cc0099. Color #c6128e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010010 10001110
Octal 306 22 216
Decimal 198 18 142
Hex C6 12 8E

RGB Percentages of Color #c6128e

%55.31
%5.03
%39.66

CMYK Percentages of Color #c6128e

%0
%91
%28
%22

Triadic Colors of #c6128e

#c6128e #8ec612 #128ec6

Analogous Colors of #c6128e

#c6128e #c61234 #a412c6

Monochromatic Colors of #c6128e

#c6128e

Complementary Color

#c6128e #12c64a

#c6128e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6128e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6128e Color CSS Codes

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

#c6128e Text Font Color

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

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


#c6128e Background Color

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

This div background color is #c6128e


#c6128e Border Color

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

This div border color is #c6128e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6128e


Comments

No comments written yet.

Please login to write comment.