Color Hex Logo

#c175ae Color Hex

#C175AE
(193,117,174)
0 Favorites   0 Comments

Color spaces of #c175ae

RGB 193117174
HSL0.880.380.61
HSV315°39°76°
CMYK 0.000.390.10   0.24
XYZ35.993627.116043.3812
Yxy27.11600.33800.2546
Hunter Lab52.073032.2539-12.9424
CIE-Lab59.081538.1147-17.7161

#c175ae color RGB value is (193,117,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110101 10101110
Octal 301 165 256
Decimal 193 117 174
Hex C1 75 AE

RGB Percentages of Color #c175ae

%39.88
%24.17
%35.95

CMYK Percentages of Color #c175ae

%0
%39
%10
%24

Triadic Colors of #c175ae

#c175ae #aec175 #75aec1

Analogous Colors of #c175ae

#c175ae #c17588 #ae75c1

Monochromatic Colors of #c175ae

#c175ae

Complementary Color

#c175ae #75c188

#c175ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c175ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c175ae Color CSS Codes

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

#c175ae Text Font Color

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

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


#c175ae Background Color

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

This div background color is #c175ae


#c175ae Border Color

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

This div border color is #c175ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c175ae


Comments

No comments written yet.

Please login to write comment.