Color Hex Logo

#c2188e Color Hex

#C2188E
(194,24,142)
0 Favorites   0 Comments

Color spaces of #c2188e

RGB 19424142
HSL0.880.780.43
HSV318°88°76°
CMYK 0.000.880.27   0.24
XYZ27.457314.075626.8609
Yxy14.07560.40150.2058
Hunter Lab37.517564.9804-16.1869
CIE-Lab44.341270.4380-21.3980

#c2188e color RGB value is (194,24,142).

#c2188e hex color red value is 194, green value is 24 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c2188e hue: 0.88 , saturation: 0.78 and the lightness value of c2188e is 0.43.

The process color (four color CMYK) of #c2188e color hex is 0.00, 0.88, 0.27, 0.24. Web safe color of #c2188e is #cc0099. Color #c2188e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 10001110
Octal 302 30 216
Decimal 194 24 142
Hex C2 18 8E

RGB Percentages of Color #c2188e

%53.89
%6.67
%39.44

CMYK Percentages of Color #c2188e

%0
%88
%27
%24

Triadic Colors of #c2188e

#c2188e #8ec218 #188ec2

Analogous Colors of #c2188e

#c2188e #c21839 #a118c2

Monochromatic Colors of #c2188e

#c2188e

Complementary Color

#c2188e #18c24c

#c2188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2188e Color CSS Codes

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

#c2188e Text Font Color

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

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


#c2188e Background Color

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

This div background color is #c2188e


#c2188e Border Color

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

This div border color is #c2188e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2188e


Comments

No comments written yet.

Please login to write comment.