Color Hex Logo

#c66ebd Color Hex

#C66EBD
(198,110,189)
0 Favorites   0 Comments

Color spaces of #c66ebd

RGB 198110189
HSL0.850.440.60
HSV306°44°78°
CMYK 0.000.440.05   0.22
XYZ38.049926.831851.3177
Yxy26.83180.32750.2309
Hunter Lab51.799440.4704-22.4790
CIE-Lab58.818346.0108-26.6469

#c66ebd color RGB value is (198,110,189).

#c66ebd hex color red value is 198, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c66ebd hue: 0.85 , saturation: 0.44 and the lightness value of c66ebd is 0.60.

The process color (four color CMYK) of #c66ebd color hex is 0.00, 0.44, 0.05, 0.22. Web safe color of #c66ebd is #cc66cc. Color #c66ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101110 10111101
Octal 306 156 275
Decimal 198 110 189
Hex C6 6E BD

RGB Percentages of Color #c66ebd

%39.84
%22.13
%38.03

CMYK Percentages of Color #c66ebd

%0
%44
%5
%22

Triadic Colors of #c66ebd

#c66ebd #bdc66e #6ebdc6

Analogous Colors of #c66ebd

#c66ebd #c66e91 #a36ec6

Monochromatic Colors of #c66ebd

#c66ebd

Complementary Color

#c66ebd #6ec677

#c66ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66ebd Color CSS Codes

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

#c66ebd Text Font Color

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

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


#c66ebd Background Color

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

This div background color is #c66ebd


#c66ebd Border Color

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

This div border color is #c66ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66ebd


Comments

No comments written yet.

Please login to write comment.