Color Hex Logo

#c175ab Color Hex

#C175AB
(193,117,171)
0 Favorites   0 Comments

Color spaces of #c175ab

RGB 193117171
HSL0.880.380.61
HSV317°39°76°
CMYK 0.000.390.11   0.24
XYZ35.704327.000341.8578
Yxy27.00030.34150.2582
Hunter Lab51.961831.7188-11.3877
CIE-Lab58.974637.6038-16.1572

#c175ab color RGB value is (193,117,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110101 10101011
Octal 301 165 253
Decimal 193 117 171
Hex C1 75 AB

RGB Percentages of Color #c175ab

%40.12
%24.32
%35.55

CMYK Percentages of Color #c175ab

%0
%39
%11
%24

Triadic Colors of #c175ab

#c175ab #abc175 #75abc1

Analogous Colors of #c175ab

#c175ab #c17585 #b175c1

Monochromatic Colors of #c175ab

#c175ab

Complementary Color

#c175ab #75c18b

#c175ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c175ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c175ab Color CSS Codes

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

#c175ab Text Font Color

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

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


#c175ab Background Color

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

This div background color is #c175ab


#c175ab Border Color

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

This div border color is #c175ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c175ab


Comments

No comments written yet.

Please login to write comment.