Color Hex Logo

#c668dd Color Hex

#C668DD
(198,104,221)
0 Favorites   0 Comments

Color spaces of #c668dd

RGB 198104221
HSL0.800.630.64
HSV288°53°87°
CMYK 0.100.530.00   0.13
XYZ41.290227.126971.4664
Yxy27.12690.29520.1939
Hunter Lab52.083550.3632-44.8964
CIE-Lab59.091655.0097-44.3427

#c668dd color RGB value is (198,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 11011101
Octal 306 150 335
Decimal 198 104 221
Hex C6 68 DD

RGB Percentages of Color #c668dd

%37.86
%19.89
%42.26

CMYK Percentages of Color #c668dd

%10
%53
%0
%13

Triadic Colors of #c668dd

#c668dd #ddc668 #68ddc6

Analogous Colors of #c668dd

#c668dd #dd68ba #8c68dd

Monochromatic Colors of #c668dd

#c668dd

Complementary Color

#c668dd #7fdd68

#c668dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668dd Color CSS Codes

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

#c668dd Text Font Color

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

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


#c668dd Background Color

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

This div background color is #c668dd


#c668dd Border Color

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

This div border color is #c668dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668dd


Comments

No comments written yet.

Please login to write comment.