Color Hex Logo

#c175de Color Hex

#C175DE
(193,117,222)
0 Favorites   0 Comments

Color spaces of #c175de

RGB 193117222
HSL0.790.610.66
HSV283°47°87°
CMYK 0.130.470.00   0.13
XYZ41.538429.334072.5799
Yxy29.33400.28960.2045
Hunter Lab54.160942.1181-41.5407
CIE-Lab61.075347.2167-41.8207

#c175de color RGB value is (193,117,222).

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

The process color (four color CMYK) of #c175de color hex is 0.13, 0.47, 0.00, 0.13. Web safe color of #c175de is #cc66cc. Color #c175de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110101 11011110
Octal 301 165 336
Decimal 193 117 222
Hex C1 75 DE

RGB Percentages of Color #c175de

%36.28
%21.99
%41.73

CMYK Percentages of Color #c175de

%13
%47
%0
%13

Triadic Colors of #c175de

#c175de #dec175 #75dec1

Analogous Colors of #c175de

#c175de #de75c7 #8d75de

Monochromatic Colors of #c175de

#c175de

Complementary Color

#c175de #92de75

#c175de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c175de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c175de Color CSS Codes

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

#c175de Text Font Color

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

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


#c175de Background Color

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

This div background color is #c175de


#c175de Border Color

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

This div border color is #c175de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c175de


Comments

No comments written yet.

Please login to write comment.