Color Hex Logo

#c1347a Color Hex

#C1347A
(193,52,122)
0 Favorites   0 Comments

Color spaces of #c1347a

RGB 19352122
HSL0.920.580.48
HSV330°73°76°
CMYK 0.000.730.37   0.24
XYZ26.733215.198619.9370
Yxy15.19860.43210.2457
Hunter Lab38.985454.1773-3.0309
CIE-Lab45.905060.7657-6.8371

#c1347a color RGB value is (193,52,122).

#c1347a hex color red value is 193, green value is 52 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c1347a hue: 0.92 , saturation: 0.58 and the lightness value of c1347a is 0.48.

The process color (four color CMYK) of #c1347a color hex is 0.00, 0.73, 0.37, 0.24. Web safe color of #c1347a is #cc3366. Color #c1347a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110100 01111010
Octal 301 64 172
Decimal 193 52 122
Hex C1 34 7A

RGB Percentages of Color #c1347a

%52.59
%14.17
%33.24

CMYK Percentages of Color #c1347a

%0
%73
%37
%24

Triadic Colors of #c1347a

#c1347a #7ac134 #347ac1

Analogous Colors of #c1347a

#c1347a #c13434 #c134c1

Monochromatic Colors of #c1347a

#c1347a

Complementary Color

#c1347a #34c17b

#c1347a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1347a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1347a Color CSS Codes

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

#c1347a Text Font Color

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

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


#c1347a Background Color

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

This div background color is #c1347a


#c1347a Border Color

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

This div border color is #c1347a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1347a


Comments

No comments written yet.

Please login to write comment.