Color Hex Logo

#c166de Color Hex

#C166DE
(193,102,222)
0 Favorites   0 Comments

Color spaces of #c166de

RGB 193102222
HSL0.790.650.64
HSV286°54°87°
CMYK 0.130.540.00   0.13
XYZ39.928526.114172.0433
Yxy26.11410.28920.1891
Hunter Lab51.102050.0425-47.8154
CIE-Lab58.145254.8797-46.4409

#c166de color RGB value is (193,102,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100110 11011110
Octal 301 146 336
Decimal 193 102 222
Hex C1 66 DE

RGB Percentages of Color #c166de

%37.33
%19.73
%42.94

CMYK Percentages of Color #c166de

%13
%54
%0
%13

Triadic Colors of #c166de

#c166de #dec166 #66dec1

Analogous Colors of #c166de

#c166de #de66bf #8566de

Monochromatic Colors of #c166de

#c166de

Complementary Color

#c166de #83de66

#c166de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c166de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c166de Color CSS Codes

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

#c166de Text Font Color

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

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


#c166de Background Color

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

This div background color is #c166de


#c166de Border Color

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

This div border color is #c166de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c166de


Comments

No comments written yet.

Please login to write comment.