Color Hex Logo

#c1437a Color Hex

#C1437A
(193,67,122)
0 Favorites   0 Comments

Color spaces of #c1437a

RGB 19367122
HSL0.930.500.51
HSV334°65°76°
CMYK 0.000.650.37   0.24
XYZ27.512316.756920.1967
Yxy16.75690.42680.2599
Hunter Lab40.935248.3322-0.5980
CIE-Lab47.952355.0934-3.7984

#c1437a color RGB value is (193,67,122).

#c1437a hex color red value is 193, green value is 67 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c1437a hue: 0.93 , saturation: 0.50 and the lightness value of c1437a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000011 01111010
Octal 301 103 172
Decimal 193 67 122
Hex C1 43 7A

RGB Percentages of Color #c1437a

%50.52
%17.54
%31.94

CMYK Percentages of Color #c1437a

%0
%65
%37
%24

Triadic Colors of #c1437a

#c1437a #7ac143 #437ac1

Analogous Colors of #c1437a

#c1437a #c14b43 #c143b9

Monochromatic Colors of #c1437a

#c1437a

Complementary Color

#c1437a #43c18a

#c1437a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1437a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1437a Color CSS Codes

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

#c1437a Text Font Color

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

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


#c1437a Background Color

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

This div background color is #c1437a


#c1437a Border Color

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

This div border color is #c1437a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1437a


Comments

No comments written yet.

Please login to write comment.