Color Hex Logo

#c2288e Color Hex

#C2288E
(194,40,142)
0 Favorites   0 Comments

Color spaces of #c2288e

RGB 19440142
HSL0.890.660.46
HSV320°79°76°
CMYK 0.000.790.27   0.24
XYZ27.889414.939927.0049
Yxy14.93990.39940.2139
Hunter Lab38.652261.1551-14.3673
CIE-Lab45.551866.9447-19.5345

#c2288e color RGB value is (194,40,142).

#c2288e hex color red value is 194, green value is 40 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c2288e hue: 0.89 , saturation: 0.66 and the lightness value of c2288e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101000 10001110
Octal 302 50 216
Decimal 194 40 142
Hex C2 28 8E

RGB Percentages of Color #c2288e

%51.60
%10.64
%37.77

CMYK Percentages of Color #c2288e

%0
%79
%27
%24

Triadic Colors of #c2288e

#c2288e #8ec228 #288ec2

Analogous Colors of #c2288e

#c2288e #c22841 #a928c2

Monochromatic Colors of #c2288e

#c2288e

Complementary Color

#c2288e #28c25c

#c2288e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2288e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2288e Color CSS Codes

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

#c2288e Text Font Color

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

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


#c2288e Background Color

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

This div background color is #c2288e


#c2288e Border Color

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

This div border color is #c2288e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2288e


Comments

No comments written yet.

Please login to write comment.