Color Hex Logo

#c13791 Color Hex

#C13791
(193,55,145)
0 Favorites   0 Comments

Color spaces of #c13791

RGB 19355145
HSL0.890.560.49
HSV321°72°76°
CMYK 0.000.720.25   0.24
XYZ28.469316.114228.3979
Yxy16.11420.39010.2208
Hunter Lab40.142556.3439-13.8436
CIE-Lab47.124062.4550-18.9483

#c13791 color RGB value is (193,55,145).

#c13791 hex color red value is 193, green value is 55 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c13791 hue: 0.89 , saturation: 0.56 and the lightness value of c13791 is 0.49.

The process color (four color CMYK) of #c13791 color hex is 0.00, 0.72, 0.25, 0.24. Web safe color of #c13791 is #cc3399. Color #c13791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 10010001
Octal 301 67 221
Decimal 193 55 145
Hex C1 37 91

RGB Percentages of Color #c13791

%49.11
%13.99
%36.90

CMYK Percentages of Color #c13791

%0
%72
%25
%24

Triadic Colors of #c13791

#c13791 #91c137 #3791c1

Analogous Colors of #c13791

#c13791 #c1374c #ac37c1

Monochromatic Colors of #c13791

#c13791

Complementary Color

#c13791 #37c167

#c13791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13791 Color CSS Codes

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

#c13791 Text Font Color

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

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


#c13791 Background Color

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

This div background color is #c13791


#c13791 Border Color

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

This div border color is #c13791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13791


Comments

No comments written yet.

Please login to write comment.