Color Hex Logo

#c664de Color Hex

#C664DE
(198,100,222)
0 Favorites   0 Comments

Color spaces of #c664de

RGB 198100222
HSL0.800.650.63
HSV288°55°87°
CMYK 0.110.550.00   0.13
XYZ41.030726.394072.0392
Yxy26.39400.29420.1893
Hunter Lab51.375152.6526-47.1751
CIE-Lab58.409257.1563-45.9825

#c664de color RGB value is (198,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100100 11011110
Octal 306 144 336
Decimal 198 100 222
Hex C6 64 DE

RGB Percentages of Color #c664de

%38.08
%19.23
%42.69

CMYK Percentages of Color #c664de

%11
%55
%0
%13

Triadic Colors of #c664de

#c664de #dec664 #64dec6

Analogous Colors of #c664de

#c664de #de64b9 #8964de

Monochromatic Colors of #c664de

#c664de

Complementary Color

#c664de #7cde64

#c664de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c664de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c664de Color CSS Codes

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

#c664de Text Font Color

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

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


#c664de Background Color

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

This div background color is #c664de


#c664de Border Color

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

This div border color is #c664de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c664de


Comments

No comments written yet.

Please login to write comment.