Color Hex Logo

#c668de Color Hex

#C668DE
(198,104,222)
0 Favorites   0 Comments

Color spaces of #c668de

RGB 198104222
HSL0.800.640.64
HSV288°53°87°
CMYK 0.110.530.00   0.13
XYZ41.423827.180372.1703
Yxy27.18030.29430.1931
Hunter Lab52.134750.5919-45.5811
CIE-Lab59.140855.2055-44.8266

#c668de color RGB value is (198,104,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 11011110
Octal 306 150 336
Decimal 198 104 222
Hex C6 68 DE

RGB Percentages of Color #c668de

%37.79
%19.85
%42.37

CMYK Percentages of Color #c668de

%11
%53
%0
%13

Triadic Colors of #c668de

#c668de #dec668 #68dec6

Analogous Colors of #c668de

#c668de #de68bb #8b68de

Monochromatic Colors of #c668de

#c668de

Complementary Color

#c668de #80de68

#c668de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668de Color CSS Codes

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

#c668de Text Font Color

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

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


#c668de Background Color

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

This div background color is #c668de


#c668de Border Color

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

This div border color is #c668de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668de


Comments

No comments written yet.

Please login to write comment.