Color Hex Logo

#c167af Color Hex

#C167AF
(193,103,175)
0 Favorites   0 Comments

Color spaces of #c167af

RGB 193103175
HSL0.870.420.58
HSV312°47°76°
CMYK 0.000.470.09   0.24
XYZ34.580424.133143.3930
Yxy24.13310.33870.2364
Hunter Lab49.125539.6802-17.9836
CIE-Lab56.220845.6478-22.6617

#c167af color RGB value is (193,103,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100111 10101111
Octal 301 147 257
Decimal 193 103 175
Hex C1 67 AF

RGB Percentages of Color #c167af

%40.98
%21.87
%37.15

CMYK Percentages of Color #c167af

%0
%47
%9
%24

Triadic Colors of #c167af

#c167af #afc167 #67afc1

Analogous Colors of #c167af

#c167af #c16782 #a667c1

Monochromatic Colors of #c167af

#c167af

Complementary Color

#c167af #67c179

#c167af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c167af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c167af Color CSS Codes

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

#c167af Text Font Color

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

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


#c167af Background Color

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

This div background color is #c167af


#c167af Border Color

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

This div border color is #c167af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c167af


Comments

No comments written yet.

Please login to write comment.