Color Hex Logo

#c666ed Color Hex

#C666ED
(198,102,237)
0 Favorites   0 Comments

Color spaces of #c666ed

RGB 198102237
HSL0.790.790.66
HSV283°57°93°
CMYK 0.160.570.00   0.07
XYZ43.326127.622983.1690
Yxy27.62290.28110.1792
Hunter Lab52.557555.1720-57.0325
CIE-Lab59.546559.1732-52.5702

#c666ed color RGB value is (198,102,237).

#c666ed hex color red value is 198, green value is 102 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c666ed hue: 0.79 , saturation: 0.79 and the lightness value of c666ed is 0.66.

The process color (four color CMYK) of #c666ed color hex is 0.16, 0.57, 0.00, 0.07. Web safe color of #c666ed is #cc66ff. Color #c666ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100110 11101101
Octal 306 146 355
Decimal 198 102 237
Hex C6 66 ED

RGB Percentages of Color #c666ed

%36.87
%18.99
%44.13

CMYK Percentages of Color #c666ed

%16
%57
%0
%7

Triadic Colors of #c666ed

#c666ed #edc666 #66edc6

Analogous Colors of #c666ed

#c666ed #ed66d1 #8366ed

Monochromatic Colors of #c666ed

#c666ed

Complementary Color

#c666ed #8ded66

#c666ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c666ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c666ed Color CSS Codes

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

#c666ed Text Font Color

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

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


#c666ed Background Color

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

This div background color is #c666ed


#c666ed Border Color

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

This div border color is #c666ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c666ed


Comments

No comments written yet.

Please login to write comment.