Color Hex Logo

#c9228f Color Hex

#C9228F
(201,34,143)
0 Favorites   0 Comments

Color spaces of #c9228f

RGB 20134143
HSL0.890.710.46
HSV321°83°79°
CMYK 0.000.830.29   0.21
XYZ29.617315.544727.4260
Yxy15.54470.40800.2141
Hunter Lab39.426865.0920-13.6445
CIE-Lab46.371470.1364-18.7711

#c9228f color RGB value is (201,34,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100010 10001111
Octal 311 42 217
Decimal 201 34 143
Hex C9 22 8F

RGB Percentages of Color #c9228f

%53.17
%8.99
%37.83

CMYK Percentages of Color #c9228f

%0
%83
%29
%21

Triadic Colors of #c9228f

#c9228f #8fc922 #228fc9

Analogous Colors of #c9228f

#c9228f #c9223c #b022c9

Monochromatic Colors of #c9228f

#c9228f

Complementary Color

#c9228f #22c95c

#c9228f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9228f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9228f Color CSS Codes

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

#c9228f Text Font Color

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

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


#c9228f Background Color

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

This div background color is #c9228f


#c9228f Border Color

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

This div border color is #c9228f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9228f


Comments

No comments written yet.

Please login to write comment.