Color Hex Logo

#c66fdc Color Hex

#C66FDC
(198,111,220)
0 Favorites   0 Comments

Color spaces of #c66fdc

RGB 198111220
HSL0.800.610.65
HSV288°50°86°
CMYK 0.100.500.00   0.14
XYZ41.891428.542071.0114
Yxy28.54200.29620.2018
Hunter Lab53.424746.4722-41.4102
CIE-Lab60.375351.3057-41.7598

#c66fdc color RGB value is (198,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101111 11011100
Octal 306 157 334
Decimal 198 111 220
Hex C6 6F DC

RGB Percentages of Color #c66fdc

%37.43
%20.98
%41.59

CMYK Percentages of Color #c66fdc

%10
%50
%0
%14

Triadic Colors of #c66fdc

#c66fdc #dcc66f #6fdcc6

Analogous Colors of #c66fdc

#c66fdc #dc6fbc #906fdc

Monochromatic Colors of #c66fdc

#c66fdc

Complementary Color

#c66fdc #85dc6f

#c66fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66fdc Color CSS Codes

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

#c66fdc Text Font Color

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

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


#c66fdc Background Color

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

This div background color is #c66fdc


#c66fdc Border Color

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

This div border color is #c66fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66fdc


Comments

No comments written yet.

Please login to write comment.