Color Hex Logo

#c66ebb Color Hex

#C66EBB
(198,110,187)
0 Favorites   0 Comments

Color spaces of #c66ebb

RGB 198110187
HSL0.850.440.60
HSV308°44°78°
CMYK 0.000.440.06   0.22
XYZ37.834326.745550.1820
Yxy26.74550.32970.2331
Hunter Lab51.716140.0835-21.3300
CIE-Lab58.738045.6596-25.6286

#c66ebb color RGB value is (198,110,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101110 10111011
Octal 306 156 273
Decimal 198 110 187
Hex C6 6E BB

RGB Percentages of Color #c66ebb

%40.00
%22.22
%37.78

CMYK Percentages of Color #c66ebb

%0
%44
%6
%22

Triadic Colors of #c66ebb

#c66ebb #bbc66e #6ebbc6

Analogous Colors of #c66ebb

#c66ebb #c66e8f #a56ec6

Monochromatic Colors of #c66ebb

#c66ebb

Complementary Color

#c66ebb #6ec679

#c66ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66ebb Color CSS Codes

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

#c66ebb Text Font Color

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

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


#c66ebb Background Color

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

This div background color is #c66ebb


#c66ebb Border Color

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

This div border color is #c66ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66ebb


Comments

No comments written yet.

Please login to write comment.