Color Hex Logo

#c168af Color Hex

#C168AF
(193,104,175)
0 Favorites   0 Comments

Color spaces of #c168af

RGB 193104175
HSL0.870.420.58
HSV312°46°76°
CMYK 0.000.460.09   0.24
XYZ34.680524.333243.4264
Yxy24.33320.33850.2375
Hunter Lab49.328739.1691-17.6657
CIE-Lab56.419945.1338-22.3563

#c168af color RGB value is (193,104,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101000 10101111
Octal 301 150 257
Decimal 193 104 175
Hex C1 68 AF

RGB Percentages of Color #c168af

%40.89
%22.03
%37.08

CMYK Percentages of Color #c168af

%0
%46
%9
%24

Triadic Colors of #c168af

#c168af #afc168 #68afc1

Analogous Colors of #c168af

#c168af #c16883 #a768c1

Monochromatic Colors of #c168af

#c168af

Complementary Color

#c168af #68c17a

#c168af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c168af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c168af Color CSS Codes

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

#c168af Text Font Color

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

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


#c168af Background Color

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

This div background color is #c168af


#c168af Border Color

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

This div border color is #c168af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,104,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 #c168af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c168af


Comments

No comments written yet.

Please login to write comment.