Color Hex Logo

#c1389a Color Hex

#C1389A
(193,56,154)
0 Favorites   0 Comments

Color spaces of #c1389a

RGB 19356154
HSL0.880.550.49
HSV317°71°76°
CMYK 0.000.710.20   0.24
XYZ29.239216.498932.2154
Yxy16.49890.37510.2117
Hunter Lab40.618857.4091-18.5906
CIE-Lab47.622363.2958-23.5759

#c1389a color RGB value is (193,56,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111000 10011010
Octal 301 70 232
Decimal 193 56 154
Hex C1 38 9A

RGB Percentages of Color #c1389a

%47.89
%13.90
%38.21

CMYK Percentages of Color #c1389a

%0
%71
%20
%24

Triadic Colors of #c1389a

#c1389a #9ac138 #389ac1

Analogous Colors of #c1389a

#c1389a #c13856 #a438c1

Monochromatic Colors of #c1389a

#c1389a

Complementary Color

#c1389a #38c15f

#c1389a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1389a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1389a Color CSS Codes

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

#c1389a Text Font Color

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

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


#c1389a Background Color

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

This div background color is #c1389a


#c1389a Border Color

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

This div border color is #c1389a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,56,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1389a


Comments

No comments written yet.

Please login to write comment.