Color Hex Logo

#c66edf Color Hex

#C66EDF
(198,110,223)
0 Favorites   0 Comments

Color spaces of #c66edf

RGB 198110223
HSL0.800.640.65
HSV287°51°87°
CMYK 0.110.510.00   0.13
XYZ42.183928.485373.0869
Yxy28.48530.29340.1982
Hunter Lab53.371647.6826-43.8314
CIE-Lab60.324752.4074-43.5207

#c66edf color RGB value is (198,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101110 11011111
Octal 306 156 337
Decimal 198 110 223
Hex C6 6E DF

RGB Percentages of Color #c66edf

%37.29
%20.72
%42.00

CMYK Percentages of Color #c66edf

%11
%51
%0
%13

Triadic Colors of #c66edf

#c66edf #dfc66e #6edfc6

Analogous Colors of #c66edf

#c66edf #df6ec0 #8e6edf

Monochromatic Colors of #c66edf

#c66edf

Complementary Color

#c66edf #87df6e

#c66edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66edf Color CSS Codes

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

#c66edf Text Font Color

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

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


#c66edf Background Color

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

This div background color is #c66edf


#c66edf Border Color

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

This div border color is #c66edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66edf


Comments

No comments written yet.

Please login to write comment.