Color Hex Logo

#c1386b Color Hex

#C1386B
(193,56,107)
0 Favorites   0 Comments

Color spaces of #c1386b

RGB 19356107
HSL0.940.550.49
HSV338°71°76°
CMYK 0.000.710.45   0.24
XYZ26.060315.227315.4756
Yxy15.22730.45910.2683
Hunter Lab39.022250.91943.8020
CIE-Lab45.944057.82582.4259

#c1386b color RGB value is (193,56,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111000 01101011
Octal 301 70 153
Decimal 193 56 107
Hex C1 38 6B

RGB Percentages of Color #c1386b

%54.21
%15.73
%30.06

CMYK Percentages of Color #c1386b

%0
%71
%45
%24

Triadic Colors of #c1386b

#c1386b #6bc138 #386bc1

Analogous Colors of #c1386b

#c1386b #c14938 #c138b0

Monochromatic Colors of #c1386b

#c1386b

Complementary Color

#c1386b #38c18e

#c1386b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1386b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1386b Color CSS Codes

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

#c1386b Text Font Color

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

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


#c1386b Background Color

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

This div background color is #c1386b


#c1386b Border Color

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

This div border color is #c1386b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1386b


Comments

No comments written yet.

Please login to write comment.