Color Hex Logo

#c175b7 Color Hex

#C175B7
(193,117,183)
0 Favorites   0 Comments

Color spaces of #c175b7

RGB 193117183
HSL0.860.380.61
HSV308°39°76°
CMYK 0.000.390.05   0.24
XYZ36.900927.478948.1588
Yxy27.47890.32790.2442
Hunter Lab52.420333.9182-17.7758
CIE-Lab59.415039.6917-22.3567

#c175b7 color RGB value is (193,117,183).

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

The process color (four color CMYK) of #c175b7 color hex is 0.00, 0.39, 0.05, 0.24. Web safe color of #c175b7 is #cc66cc. Color #c175b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110101 10110111
Octal 301 165 267
Decimal 193 117 183
Hex C1 75 B7

RGB Percentages of Color #c175b7

%39.15
%23.73
%37.12

CMYK Percentages of Color #c175b7

%0
%39
%5
%24

Triadic Colors of #c175b7

#c175b7 #b7c175 #75b7c1

Analogous Colors of #c175b7

#c175b7 #c17591 #a575c1

Monochromatic Colors of #c175b7

#c175b7

Complementary Color

#c175b7 #75c17f

#c175b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c175b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c175b7 Color CSS Codes

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

#c175b7 Text Font Color

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

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


#c175b7 Background Color

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

This div background color is #c175b7


#c175b7 Border Color

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

This div border color is #c175b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c175b7


Comments

No comments written yet.

Please login to write comment.