Color Hex Logo

#c165ae Color Hex

#C165AE
(193,101,174)
0 Favorites   0 Comments

Color spaces of #c165ae

RGB 193101174
HSL0.870.430.58
HSV312°48°76°
CMYK 0.000.480.10   0.24
XYZ34.286023.700842.8120
Yxy23.70080.34010.2351
Hunter Lab48.683540.5150-18.0609
CIE-Lab55.787046.5019-22.7499

#c165ae color RGB value is (193,101,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 10101110
Octal 301 145 256
Decimal 193 101 174
Hex C1 65 AE

RGB Percentages of Color #c165ae

%41.24
%21.58
%37.18

CMYK Percentages of Color #c165ae

%0
%48
%10
%24

Triadic Colors of #c165ae

#c165ae #aec165 #65aec1

Analogous Colors of #c165ae

#c165ae #c16580 #a665c1

Monochromatic Colors of #c165ae

#c165ae

Complementary Color

#c165ae #65c178

#c165ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165ae Color CSS Codes

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

#c165ae Text Font Color

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

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


#c165ae Background Color

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

This div background color is #c165ae


#c165ae Border Color

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

This div border color is #c165ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165ae


Comments

No comments written yet.

Please login to write comment.