Color Hex Logo

#c15862 Color Hex

#C15862
(193,88,98)
0 Favorites   0 Comments

Color spaces of #c15862

RGB 1938898
HSL0.980.460.55
HSV354°54°76°
CMYK 0.000.540.49   0.24
XYZ27.686619.198713.8018
Yxy19.19870.45620.3164
Hunter Lab43.816336.111811.9955
CIE-Lab50.918943.003314.9107

#c15862 color RGB value is (193,88,98).

#c15862 hex color red value is 193, green value is 88 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c15862 hue: 0.98 , saturation: 0.46 and the lightness value of c15862 is 0.55.

The process color (four color CMYK) of #c15862 color hex is 0.00, 0.54, 0.49, 0.24. Web safe color of #c15862 is #cc6666. Color #c15862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011000 01100010
Octal 301 130 142
Decimal 193 88 98
Hex C1 58 62

RGB Percentages of Color #c15862

%50.92
%23.22
%25.86

CMYK Percentages of Color #c15862

%0
%54
%49
%24

Triadic Colors of #c15862

#c15862 #62c158 #5862c1

Analogous Colors of #c15862

#c15862 #c18358 #c15897

Monochromatic Colors of #c15862

#c15862

Complementary Color

#c15862 #58c1b7

#c15862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15862 Color CSS Codes

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

#c15862 Text Font Color

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

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


#c15862 Background Color

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

This div background color is #c15862


#c15862 Border Color

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

This div border color is #c15862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15862


Comments

No comments written yet.

Please login to write comment.