Color Hex Logo

#c171de Color Hex

#C171DE
(193,113,222)
0 Favorites   0 Comments

Color spaces of #c171de

RGB 193113222
HSL0.790.620.66
HSV284°49°87°
CMYK 0.130.490.00   0.13
XYZ41.082328.421672.4279
Yxy28.42160.28950.2002
Hunter Lab53.311944.2567-43.2312
CIE-Lab60.267749.3036-43.0909

#c171de color RGB value is (193,113,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110001 11011110
Octal 301 161 336
Decimal 193 113 222
Hex C1 71 DE

RGB Percentages of Color #c171de

%36.55
%21.40
%42.05

CMYK Percentages of Color #c171de

%13
%49
%0
%13

Triadic Colors of #c171de

#c171de #dec171 #71dec1

Analogous Colors of #c171de

#c171de #de71c5 #8b71de

Monochromatic Colors of #c171de

#c171de

Complementary Color

#c171de #8ede71

#c171de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c171de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c171de Color CSS Codes

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

#c171de Text Font Color

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

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


#c171de Background Color

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

This div background color is #c171de


#c171de Border Color

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

This div border color is #c171de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c171de


Comments

No comments written yet.

Please login to write comment.