Color Hex Logo

#c6218e Color Hex

#C6218E
(198,33,142)
0 Favorites   0 Comments

Color spaces of #c6218e

RGB 19833142
HSL0.890.710.45
HSV320°83°78°
CMYK 0.000.830.28   0.22
XYZ28.715015.046526.9820
Yxy15.04650.40590.2127
Hunter Lab38.789864.2563-14.0889
CIE-Lab45.697869.5619-19.2471

#c6218e color RGB value is (198,33,142).

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

The process color (four color CMYK) of #c6218e color hex is 0.00, 0.83, 0.28, 0.22. Web safe color of #c6218e is #cc3399. Color #c6218e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100001 10001110
Octal 306 41 216
Decimal 198 33 142
Hex C6 21 8E

RGB Percentages of Color #c6218e

%53.08
%8.85
%38.07

CMYK Percentages of Color #c6218e

%0
%83
%28
%22

Triadic Colors of #c6218e

#c6218e #8ec621 #218ec6

Analogous Colors of #c6218e

#c6218e #c6213b #ac21c6

Monochromatic Colors of #c6218e

#c6218e

Complementary Color

#c6218e #21c659

#c6218e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6218e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6218e Color CSS Codes

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

#c6218e Text Font Color

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

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


#c6218e Background Color

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

This div background color is #c6218e


#c6218e Border Color

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

This div border color is #c6218e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6218e


Comments

No comments written yet.

Please login to write comment.