Color Hex Logo

#c165ab Color Hex

#C165AB
(193,101,171)
0 Favorites   0 Comments

Color spaces of #c165ab

RGB 193101171
HSL0.870.430.58
HSV314°48°76°
CMYK 0.000.480.11   0.24
XYZ33.996723.585141.2886
Yxy23.58510.34390.2385
Hunter Lab48.564539.9679-16.4121
CIE-Lab55.670046.0023-21.1927

#c165ab color RGB value is (193,101,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 10101011
Octal 301 145 253
Decimal 193 101 171
Hex C1 65 AB

RGB Percentages of Color #c165ab

%41.51
%21.72
%36.77

CMYK Percentages of Color #c165ab

%0
%48
%11
%24

Triadic Colors of #c165ab

#c165ab #abc165 #65abc1

Analogous Colors of #c165ab

#c165ab #c1657d #a965c1

Monochromatic Colors of #c165ab

#c165ab

Complementary Color

#c165ab #65c17b

#c165ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165ab Color CSS Codes

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

#c165ab Text Font Color

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

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


#c165ab Background Color

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

This div background color is #c165ab


#c165ab Border Color

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

This div border color is #c165ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165ab


Comments

No comments written yet.

Please login to write comment.