Color Hex Logo

#c1387f Color Hex

#C1387F
(193,56,127)
0 Favorites   0 Comments

Color spaces of #c1387f

RGB 19356127
HSL0.910.550.49
HSV329°71°76°
CMYK 0.000.710.34   0.24
XYZ27.237315.698121.6731
Yxy15.69810.42160.2430
Hunter Lab39.620853.3732-4.6978
CIE-Lab46.575959.9204-8.8857

#c1387f color RGB value is (193,56,127).

#c1387f hex color red value is 193, green value is 56 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c1387f hue: 0.91 , saturation: 0.55 and the lightness value of c1387f is 0.49.

The process color (four color CMYK) of #c1387f color hex is 0.00, 0.71, 0.34, 0.24. Web safe color of #c1387f is #cc3366. Color #c1387f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111000 01111111
Octal 301 70 177
Decimal 193 56 127
Hex C1 38 7F

RGB Percentages of Color #c1387f

%51.33
%14.89
%33.78

CMYK Percentages of Color #c1387f

%0
%71
%34
%24

Triadic Colors of #c1387f

#c1387f #7fc138 #387fc1

Analogous Colors of #c1387f

#c1387f #c1383b #bf38c1

Monochromatic Colors of #c1387f

#c1387f

Complementary Color

#c1387f #38c17a

#c1387f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1387f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1387f Color CSS Codes

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

#c1387f Text Font Color

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

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


#c1387f Background Color

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

This div background color is #c1387f


#c1387f Border Color

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

This div border color is #c1387f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1387f


Comments

No comments written yet.

Please login to write comment.