Color Hex Logo

#c66fdd Color Hex

#C66FDD
(198,111,221)
0 Favorites   0 Comments

Color spaces of #c66fdd

RGB 198111221
HSL0.800.620.65
HSV287°50°87°
CMYK 0.100.500.00   0.13
XYZ42.024328.595171.7111
Yxy28.59510.29530.2009
Hunter Lab53.474446.6989-42.0780
CIE-Lab60.422651.5037-42.2460

#c66fdd color RGB value is (198,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101111 11011101
Octal 306 157 335
Decimal 198 111 221
Hex C6 6F DD

RGB Percentages of Color #c66fdd

%37.36
%20.94
%41.70

CMYK Percentages of Color #c66fdd

%10
%50
%0
%13

Triadic Colors of #c66fdd

#c66fdd #ddc66f #6fddc6

Analogous Colors of #c66fdd

#c66fdd #dd6fbd #8f6fdd

Monochromatic Colors of #c66fdd

#c66fdd

Complementary Color

#c66fdd #86dd6f

#c66fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66fdd Color CSS Codes

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

#c66fdd Text Font Color

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

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


#c66fdd Background Color

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

This div background color is #c66fdd


#c66fdd Border Color

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

This div border color is #c66fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66fdd


Comments

No comments written yet.

Please login to write comment.