Color Hex Logo

#c9218f Color Hex

#C9218F
(201,33,143)
0 Favorites   0 Comments

Color spaces of #c9218f

RGB 20133143
HSL0.890.720.46
HSV321°84°79°
CMYK 0.000.840.29   0.21
XYZ29.589215.488427.4166
Yxy15.48840.40820.2137
Hunter Lab39.355365.3331-13.7553
CIE-Lab46.296070.3542-18.8866

#c9218f color RGB value is (201,33,143).

#c9218f hex color red value is 201, green value is 33 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c9218f hue: 0.89 , saturation: 0.72 and the lightness value of c9218f is 0.46.

The process color (four color CMYK) of #c9218f color hex is 0.00, 0.84, 0.29, 0.21. Web safe color of #c9218f is #cc3399. Color #c9218f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100001 10001111
Octal 311 41 217
Decimal 201 33 143
Hex C9 21 8F

RGB Percentages of Color #c9218f

%53.32
%8.75
%37.93

CMYK Percentages of Color #c9218f

%0
%84
%29
%21

Triadic Colors of #c9218f

#c9218f #8fc921 #218fc9

Analogous Colors of #c9218f

#c9218f #c9213b #af21c9

Monochromatic Colors of #c9218f

#c9218f

Complementary Color

#c9218f #21c95b

#c9218f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9218f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9218f Color CSS Codes

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

#c9218f Text Font Color

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

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


#c9218f Background Color

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

This div background color is #c9218f


#c9218f Border Color

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

This div border color is #c9218f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9218f


Comments

No comments written yet.

Please login to write comment.