Color Hex Logo

#c165af Color Hex

#C165AF
(193,101,175)
0 Favorites   0 Comments

Color spaces of #c165af

RGB 193101175
HSL0.870.430.58
HSV312°48°76°
CMYK 0.000.480.09   0.24
XYZ34.383923.740043.3275
Yxy23.74000.33890.2340
Hunter Lab48.723740.6994-18.6170
CIE-Lab55.826546.6699-23.2674

#c165af color RGB value is (193,101,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 10101111
Octal 301 145 257
Decimal 193 101 175
Hex C1 65 AF

RGB Percentages of Color #c165af

%41.15
%21.54
%37.31

CMYK Percentages of Color #c165af

%0
%48
%9
%24

Triadic Colors of #c165af

#c165af #afc165 #65afc1

Analogous Colors of #c165af

#c165af #c16581 #a565c1

Monochromatic Colors of #c165af

#c165af

Complementary Color

#c165af #65c177

#c165af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165af Color CSS Codes

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

#c165af Text Font Color

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

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


#c165af Background Color

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

This div background color is #c165af


#c165af Border Color

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

This div border color is #c165af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165af


Comments

No comments written yet.

Please login to write comment.