Color Hex Logo

#c166df Color Hex

#C166DF
(193,102,223)
0 Favorites   0 Comments

Color spaces of #c166df

RGB 193102223
HSL0.790.650.64
HSV285°54°87°
CMYK 0.130.540.00   0.13
XYZ40.063026.167972.7514
Yxy26.16790.28830.1883
Hunter Lab51.154650.2763-48.5133
CIE-Lab58.196155.0803-46.9223

#c166df color RGB value is (193,102,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100110 11011111
Octal 301 146 337
Decimal 193 102 223
Hex C1 66 DF

RGB Percentages of Color #c166df

%37.26
%19.69
%43.05

CMYK Percentages of Color #c166df

%13
%54
%0
%13

Triadic Colors of #c166df

#c166df #dfc166 #66dfc1

Analogous Colors of #c166df

#c166df #df66c1 #8566df

Monochromatic Colors of #c166df

#c166df

Complementary Color

#c166df #84df66

#c166df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c166df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c166df Color CSS Codes

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

#c166df Text Font Color

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

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


#c166df Background Color

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

This div background color is #c166df


#c166df Border Color

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

This div border color is #c166df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c166df


Comments

No comments written yet.

Please login to write comment.