Color Hex Logo

#c1317b Color Hex

#C1317B
(193,49,123)
0 Favorites   0 Comments

Color spaces of #c1317b

RGB 19349123
HSL0.910.600.47
HSV329°75°76°
CMYK 0.000.750.36   0.24
XYZ26.665814.964120.2218
Yxy14.96410.43110.2419
Hunter Lab38.683555.3500-3.9155
CIE-Lab45.585061.8696-7.9271

#c1317b color RGB value is (193,49,123).

#c1317b hex color red value is 193, green value is 49 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c1317b hue: 0.91 , saturation: 0.60 and the lightness value of c1317b is 0.47.

The process color (four color CMYK) of #c1317b color hex is 0.00, 0.75, 0.36, 0.24. Web safe color of #c1317b is #cc3366. Color #c1317b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 01111011
Octal 301 61 173
Decimal 193 49 123
Hex C1 31 7B

RGB Percentages of Color #c1317b

%52.88
%13.42
%33.70

CMYK Percentages of Color #c1317b

%0
%75
%36
%24

Triadic Colors of #c1317b

#c1317b #7bc131 #317bc1

Analogous Colors of #c1317b

#c1317b #c13133 #bf31c1

Monochromatic Colors of #c1317b

#c1317b

Complementary Color

#c1317b #31c177

#c1317b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1317b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1317b Color CSS Codes

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

#c1317b Text Font Color

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

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


#c1317b Background Color

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

This div background color is #c1317b


#c1317b Border Color

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

This div border color is #c1317b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1317b


Comments

No comments written yet.

Please login to write comment.