Color Hex Logo

#c15b85 Color Hex

#C15B85
(193,91,133)
0 Favorites   0 Comments

Color spaces of #c15b85

RGB 19391133
HSL0.930.450.56
HSV335°53°76°
CMYK 0.000.530.31   0.24
XYZ29.967020.513124.5703
Yxy20.51310.39930.2733
Hunter Lab45.291438.8444-0.4605
CIE-Lab52.412445.4264-3.8100

#c15b85 color RGB value is (193,91,133).

#c15b85 hex color red value is 193, green value is 91 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c15b85 hue: 0.93 , saturation: 0.45 and the lightness value of c15b85 is 0.56.

The process color (four color CMYK) of #c15b85 color hex is 0.00, 0.53, 0.31, 0.24. Web safe color of #c15b85 is #cc6699. Color #c15b85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011011 10000101
Octal 301 133 205
Decimal 193 91 133
Hex C1 5B 85

RGB Percentages of Color #c15b85

%46.28
%21.82
%31.89

CMYK Percentages of Color #c15b85

%0
%53
%31
%24

Triadic Colors of #c15b85

#c15b85 #85c15b #5b85c1

Analogous Colors of #c15b85

#c15b85 #c1645b #c15bb8

Monochromatic Colors of #c15b85

#c15b85

Complementary Color

#c15b85 #5bc197

#c15b85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15b85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15b85 Color CSS Codes

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

#c15b85 Text Font Color

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

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


#c15b85 Background Color

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

This div background color is #c15b85


#c15b85 Border Color

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

This div border color is #c15b85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15b85


Comments

No comments written yet.

Please login to write comment.