Color Hex Logo

#c1659e Color Hex

#C1659E
(193,101,158)
0 Favorites   0 Comments

Color spaces of #c1659e

RGB 193101158
HSL0.900.430.58
HSV323°48°76°
CMYK 0.000.480.18   0.24
XYZ32.817623.113435.0794
Yxy23.11340.36060.2540
Hunter Lab48.076437.7128-9.6080
CIE-Lab55.189043.9241-14.3678

#c1659e color RGB value is (193,101,158).

#c1659e hex color red value is 193, green value is 101 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c1659e hue: 0.90 , saturation: 0.43 and the lightness value of c1659e is 0.58.

The process color (four color CMYK) of #c1659e color hex is 0.00, 0.48, 0.18, 0.24. Web safe color of #c1659e is #cc6699. Color #c1659e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 10011110
Octal 301 145 236
Decimal 193 101 158
Hex C1 65 9E

RGB Percentages of Color #c1659e

%42.70
%22.35
%34.96

CMYK Percentages of Color #c1659e

%0
%48
%18
%24

Triadic Colors of #c1659e

#c1659e #9ec165 #659ec1

Analogous Colors of #c1659e

#c1659e #c16570 #b665c1

Monochromatic Colors of #c1659e

#c1659e

Complementary Color

#c1659e #65c188

#c1659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1659e Color CSS Codes

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

#c1659e Text Font Color

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

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


#c1659e Background Color

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

This div background color is #c1659e


#c1659e Border Color

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

This div border color is #c1659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1659e


Comments

No comments written yet.

Please login to write comment.