Color Hex Logo

#c464de Color Hex

#C464DE
(196,100,222)
0 Favorites   0 Comments

Color spaces of #c464de

RGB 196100222
HSL0.800.650.63
HSV287°55°87°
CMYK 0.120.550.00   0.13
XYZ40.506926.124072.0147
Yxy26.12400.29220.1884
Hunter Lab51.111652.0191-47.7596
CIE-Lab58.154656.6388-46.4017

#c464de color RGB value is (196,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100100 11011110
Octal 304 144 336
Decimal 196 100 222
Hex C4 64 DE

RGB Percentages of Color #c464de

%37.84
%19.31
%42.86

CMYK Percentages of Color #c464de

%12
%55
%0
%13

Triadic Colors of #c464de

#c464de #dec464 #64dec4

Analogous Colors of #c464de

#c464de #de64bb #8764de

Monochromatic Colors of #c464de

#c464de

Complementary Color

#c464de #7ede64

#c464de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c464de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c464de Color CSS Codes

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

#c464de Text Font Color

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

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


#c464de Background Color

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

This div background color is #c464de


#c464de Border Color

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

This div border color is #c464de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c464de


Comments

No comments written yet.

Please login to write comment.