Color Hex Logo

#c174ab Color Hex

#C174AB
(193,116,171)
0 Favorites   0 Comments

Color spaces of #c174ab

RGB 193116171
HSL0.880.380.61
HSV317°40°76°
CMYK 0.000.400.11   0.24
XYZ35.588426.768541.8192
Yxy26.76850.34160.2570
Hunter Lab51.738332.2400-11.7063
CIE-Lab58.759438.1405-16.4835

#c174ab color RGB value is (193,116,171).

#c174ab hex color red value is 193, green value is 116 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c174ab hue: 0.88 , saturation: 0.38 and the lightness value of c174ab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110100 10101011
Octal 301 164 253
Decimal 193 116 171
Hex C1 74 AB

RGB Percentages of Color #c174ab

%40.21
%24.17
%35.63

CMYK Percentages of Color #c174ab

%0
%40
%11
%24

Triadic Colors of #c174ab

#c174ab #abc174 #74abc1

Analogous Colors of #c174ab

#c174ab #c17485 #b174c1

Monochromatic Colors of #c174ab

#c174ab

Complementary Color

#c174ab #74c18a

#c174ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c174ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c174ab Color CSS Codes

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

#c174ab Text Font Color

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

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


#c174ab Background Color

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

This div background color is #c174ab


#c174ab Border Color

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

This div border color is #c174ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c174ab


Comments

No comments written yet.

Please login to write comment.