Color Hex Logo

#c66dbc Color Hex

#C66DBC
(198,109,188)
0 Favorites   0 Comments

Color spaces of #c66dbc

RGB 198109188
HSL0.850.440.60
HSV307°45°78°
CMYK 0.000.450.05   0.22
XYZ37.834426.573950.7121
Yxy26.57390.32870.2308
Hunter Lab51.549940.7956-22.2415
CIE-Lab58.577846.3504-26.4468

#c66dbc color RGB value is (198,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101101 10111100
Octal 306 155 274
Decimal 198 109 188
Hex C6 6D BC

RGB Percentages of Color #c66dbc

%40.00
%22.02
%37.98

CMYK Percentages of Color #c66dbc

%0
%45
%5
%22

Triadic Colors of #c66dbc

#c66dbc #bcc66d #6dbcc6

Analogous Colors of #c66dbc

#c66dbc #c66d90 #a46dc6

Monochromatic Colors of #c66dbc

#c66dbc

Complementary Color

#c66dbc #6dc677

#c66dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66dbc Color CSS Codes

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

#c66dbc Text Font Color

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

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


#c66dbc Background Color

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

This div background color is #c66dbc


#c66dbc Border Color

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

This div border color is #c66dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66dbc


Comments

No comments written yet.

Please login to write comment.