Color Hex Logo

#c16287 Color Hex

#C16287
(193,98,135)
0 Favorites   0 Comments

Color spaces of #c16287

RGB 19398135
HSL0.940.430.57
HSV337°49°76°
CMYK 0.000.490.30   0.24
XYZ30.733221.822125.5139
Yxy21.82210.39370.2795
Hunter Lab46.714135.68530.3174
CIE-Lab53.837742.1588-2.8918

#c16287 color RGB value is (193,98,135).

#c16287 hex color red value is 193, green value is 98 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c16287 hue: 0.94 , saturation: 0.43 and the lightness value of c16287 is 0.57.

The process color (four color CMYK) of #c16287 color hex is 0.00, 0.49, 0.30, 0.24. Web safe color of #c16287 is #cc6699. Color #c16287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100010 10000111
Octal 301 142 207
Decimal 193 98 135
Hex C1 62 87

RGB Percentages of Color #c16287

%45.31
%23.00
%31.69

CMYK Percentages of Color #c16287

%0
%49
%30
%24

Triadic Colors of #c16287

#c16287 #87c162 #6287c1

Analogous Colors of #c16287

#c16287 #c16d62 #c162b7

Monochromatic Colors of #c16287

#c16287

Complementary Color

#c16287 #62c19c

#c16287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16287 Color CSS Codes

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

#c16287 Text Font Color

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

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


#c16287 Background Color

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

This div background color is #c16287


#c16287 Border Color

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

This div border color is #c16287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16287


Comments

No comments written yet.

Please login to write comment.