Color Hex Logo

#c66ddc Color Hex

#C66DDC
(198,109,220)
0 Favorites   0 Comments

Color spaces of #c66ddc

RGB 198109220
HSL0.800.610.65
HSV288°50°86°
CMYK 0.100.500.00   0.14
XYZ41.675628.110470.9394
Yxy28.11040.29610.1998
Hunter Lab53.019247.5257-42.2162
CIE-Lab59.988352.3190-42.3683

#c66ddc color RGB value is (198,109,220).

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

The process color (four color CMYK) of #c66ddc color hex is 0.10, 0.50, 0.00, 0.14. Web safe color of #c66ddc is #cc66cc. Color #c66ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101101 11011100
Octal 306 155 334
Decimal 198 109 220
Hex C6 6D DC

RGB Percentages of Color #c66ddc

%37.57
%20.68
%41.75

CMYK Percentages of Color #c66ddc

%10
%50
%0
%14

Triadic Colors of #c66ddc

#c66ddc #dcc66d #6ddcc6

Analogous Colors of #c66ddc

#c66ddc #dc6dbb #8f6ddc

Monochromatic Colors of #c66ddc

#c66ddc

Complementary Color

#c66ddc #83dc6d

#c66ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66ddc Color CSS Codes

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

#c66ddc Text Font Color

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

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


#c66ddc Background Color

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

This div background color is #c66ddc


#c66ddc Border Color

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

This div border color is #c66ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66ddc


Comments

No comments written yet.

Please login to write comment.