Color Hex Logo

#c15268 Color Hex

#C15268
(193,82,104)
0 Favorites   0 Comments

Color spaces of #c15268

RGB 19382104
HSL0.970.470.54
HSV348°58°76°
CMYK 0.000.580.46   0.24
XYZ27.508318.371515.1929
Yxy18.37150.45040.3008
Hunter Lab42.862039.55068.9874
CIE-Lab49.943646.49399.9613

#c15268 color RGB value is (193,82,104).

#c15268 hex color red value is 193, green value is 82 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c15268 hue: 0.97 , saturation: 0.47 and the lightness value of c15268 is 0.54.

The process color (four color CMYK) of #c15268 color hex is 0.00, 0.58, 0.46, 0.24. Web safe color of #c15268 is #cc6666. Color #c15268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 01101000
Octal 301 122 150
Decimal 193 82 104
Hex C1 52 68

RGB Percentages of Color #c15268

%50.92
%21.64
%27.44

CMYK Percentages of Color #c15268

%0
%58
%46
%24

Triadic Colors of #c15268

#c15268 #68c152 #5268c1

Analogous Colors of #c15268

#c15268 #c17452 #c152a0

Monochromatic Colors of #c15268

#c15268

Complementary Color

#c15268 #52c1ab

#c15268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15268 Color CSS Codes

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

#c15268 Text Font Color

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

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


#c15268 Background Color

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

This div background color is #c15268


#c15268 Border Color

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

This div border color is #c15268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15268


Comments

No comments written yet.

Please login to write comment.