Color Hex Logo

#c2218d Color Hex

#C2218D
(194,33,141)
0 Favorites   0 Comments

Color spaces of #c2218d

RGB 19433141
HSL0.890.710.45
HSV320°83°76°
CMYK 0.000.830.27   0.24
XYZ27.599714.480126.5396
Yxy14.48010.40220.2110
Hunter Lab38.052762.8740-14.7145
CIE-Lab44.913768.5404-19.9086

#c2218d color RGB value is (194,33,141).

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

The process color (four color CMYK) of #c2218d color hex is 0.00, 0.83, 0.27, 0.24. Web safe color of #c2218d is #cc3399. Color #c2218d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100001 10001101
Octal 302 41 215
Decimal 194 33 141
Hex C2 21 8D

RGB Percentages of Color #c2218d

%52.72
%8.97
%38.32

CMYK Percentages of Color #c2218d

%0
%83
%27
%24

Triadic Colors of #c2218d

#c2218d #8dc221 #218dc2

Analogous Colors of #c2218d

#c2218d #c2213d #a721c2

Monochromatic Colors of #c2218d

#c2218d

Complementary Color

#c2218d #21c256

#c2218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2218d Color CSS Codes

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

#c2218d Text Font Color

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

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


#c2218d Background Color

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

This div background color is #c2218d


#c2218d Border Color

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

This div border color is #c2218d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2218d


Comments

No comments written yet.

Please login to write comment.