Color Hex Logo

#c2388e Color Hex

#C2388E
(194,56,142)
0 Favorites   0 Comments

Color spaces of #c2388e

RGB 19456142
HSL0.900.550.49
HSV323°71°76°
CMYK 0.000.710.27   0.24
XYZ28.544816.250727.2234
Yxy16.25070.39640.2256
Hunter Lab40.312255.8485-11.8209
CIE-Lab47.301761.9844-16.8553

#c2388e color RGB value is (194,56,142).

#c2388e hex color red value is 194, green value is 56 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c2388e hue: 0.90 , saturation: 0.55 and the lightness value of c2388e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 10001110
Octal 302 70 216
Decimal 194 56 142
Hex C2 38 8E

RGB Percentages of Color #c2388e

%49.49
%14.29
%36.22

CMYK Percentages of Color #c2388e

%0
%71
%27
%24

Triadic Colors of #c2388e

#c2388e #8ec238 #388ec2

Analogous Colors of #c2388e

#c2388e #c23849 #b138c2

Monochromatic Colors of #c2388e

#c2388e

Complementary Color

#c2388e #38c26c

#c2388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2388e Color CSS Codes

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

#c2388e Text Font Color

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

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


#c2388e Background Color

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

This div background color is #c2388e


#c2388e Border Color

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

This div border color is #c2388e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2388e


Comments

No comments written yet.

Please login to write comment.