Color Hex Logo

#c2187d Color Hex

#C2187D
(194,24,125)
0 Favorites   0 Comments

Color spaces of #c2187d

RGB 19424125
HSL0.900.780.43
HSV324°88°76°
CMYK 0.000.880.36   0.24
XYZ26.276413.603320.6428
Yxy13.60330.43420.2248
Hunter Lab36.882762.6246-7.3661
CIE-Lab43.658668.5721-12.0350

#c2187d color RGB value is (194,24,125).

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

The process color (four color CMYK) of #c2187d color hex is 0.00, 0.88, 0.36, 0.24. Web safe color of #c2187d is #cc0066. Color #c2187d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 01111101
Octal 302 30 175
Decimal 194 24 125
Hex C2 18 7D

RGB Percentages of Color #c2187d

%56.56
%7.00
%36.44

CMYK Percentages of Color #c2187d

%0
%88
%36
%24

Triadic Colors of #c2187d

#c2187d #7dc218 #187dc2

Analogous Colors of #c2187d

#c2187d #c21828 #b218c2

Monochromatic Colors of #c2187d

#c2187d

Complementary Color

#c2187d #18c25d

#c2187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2187d Color CSS Codes

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

#c2187d Text Font Color

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

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


#c2187d Background Color

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

This div background color is #c2187d


#c2187d Border Color

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

This div border color is #c2187d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2187d


Comments

No comments written yet.

Please login to write comment.