Color Hex Logo

#c2398a Color Hex

#C2398A
(194,57,138)
0 Favorites   0 Comments

Color spaces of #c2398a

RGB 19457138
HSL0.900.550.49
HSV325°71°76°
CMYK 0.000.710.29   0.24
XYZ28.298716.230625.6861
Yxy16.23060.40300.2312
Hunter Lab40.287254.8800-9.6007
CIE-Lab47.275661.1319-14.4826

#c2398a color RGB value is (194,57,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111001 10001010
Octal 302 71 212
Decimal 194 57 138
Hex C2 39 8A

RGB Percentages of Color #c2398a

%49.87
%14.65
%35.48

CMYK Percentages of Color #c2398a

%0
%71
%29
%24

Triadic Colors of #c2398a

#c2398a #8ac239 #398ac2

Analogous Colors of #c2398a

#c2398a #c23946 #b639c2

Monochromatic Colors of #c2398a

#c2398a

Complementary Color

#c2398a #39c271

#c2398a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2398a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2398a Color CSS Codes

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

#c2398a Text Font Color

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

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


#c2398a Background Color

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

This div background color is #c2398a


#c2398a Border Color

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

This div border color is #c2398a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2398a


Comments

No comments written yet.

Please login to write comment.