Color Hex Logo

#c3137b Color Hex

#C3137B
(195,19,123)
0 Favorites   0 Comments

Color spaces of #c3137b

RGB 19519123
HSL0.900.820.42
HSV325°90°76°
CMYK 0.000.900.37   0.24
XYZ26.313713.497919.9574
Yxy13.49790.44030.2258
Hunter Lab36.739563.5519-6.4895
CIE-Lab43.504169.3920-11.0154

#c3137b color RGB value is (195,19,123).

#c3137b hex color red value is 195, green value is 19 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c3137b hue: 0.90 , saturation: 0.82 and the lightness value of c3137b is 0.42.

The process color (four color CMYK) of #c3137b color hex is 0.00, 0.90, 0.37, 0.24. Web safe color of #c3137b is #cc0066. Color #c3137b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010011 01111011
Octal 303 23 173
Decimal 195 19 123
Hex C3 13 7B

RGB Percentages of Color #c3137b

%57.86
%5.64
%36.50

CMYK Percentages of Color #c3137b

%0
%90
%37
%24

Triadic Colors of #c3137b

#c3137b #7bc313 #137bc3

Analogous Colors of #c3137b

#c3137b #c31323 #b313c3

Monochromatic Colors of #c3137b

#c3137b

Complementary Color

#c3137b #13c35b

#c3137b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3137b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3137b Color CSS Codes

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

#c3137b Text Font Color

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

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


#c3137b Background Color

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

This div background color is #c3137b


#c3137b Border Color

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

This div border color is #c3137b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3137b


Comments

No comments written yet.

Please login to write comment.