Color Hex Logo

#c2287e Color Hex

#C2287E
(194,40,126)
0 Favorites   0 Comments

Color spaces of #c2287e

RGB 19440126
HSL0.910.660.46
HSV326°79°76°
CMYK 0.000.790.35   0.24
XYZ26.772814.493321.1251
Yxy14.49330.42910.2323
Hunter Lab38.070158.9076-6.2510
CIE-Lab44.932265.1205-10.7269

#c2287e color RGB value is (194,40,126).

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

The process color (four color CMYK) of #c2287e color hex is 0.00, 0.79, 0.35, 0.24. Web safe color of #c2287e is #cc3366. Color #c2287e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101000 01111110
Octal 302 50 176
Decimal 194 40 126
Hex C2 28 7E

RGB Percentages of Color #c2287e

%53.89
%11.11
%35.00

CMYK Percentages of Color #c2287e

%0
%79
%35
%24

Triadic Colors of #c2287e

#c2287e #7ec228 #287ec2

Analogous Colors of #c2287e

#c2287e #c22831 #b928c2

Monochromatic Colors of #c2287e

#c2287e

Complementary Color

#c2287e #28c26c

#c2287e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2287e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2287e Color CSS Codes

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

#c2287e Text Font Color

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

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


#c2287e Background Color

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

This div background color is #c2287e


#c2287e Border Color

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

This div border color is #c2287e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2287e


Comments

No comments written yet.

Please login to write comment.