Color Hex Logo

#c464e9 Color Hex

#C464E9
(196,100,233)
0 Favorites   0 Comments

Color spaces of #c464e9

RGB 196100233
HSL0.790.750.65
HSV283°57°91°
CMYK 0.160.570.00   0.09
XYZ42.030126.733380.0356
Yxy26.73330.28250.1797
Hunter Lab51.704354.6192-55.5850
CIE-Lab58.726658.8313-51.6584

#c464e9 color RGB value is (196,100,233).

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

The process color (four color CMYK) of #c464e9 color hex is 0.16, 0.57, 0.00, 0.09. Web safe color of #c464e9 is #cc66ff. Color #c464e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100100 11101001
Octal 304 144 351
Decimal 196 100 233
Hex C4 64 E9

RGB Percentages of Color #c464e9

%37.05
%18.90
%44.05

CMYK Percentages of Color #c464e9

%16
%57
%0
%9

Triadic Colors of #c464e9

#c464e9 #e9c464 #64e9c4

Analogous Colors of #c464e9

#c464e9 #e964cc #8264e9

Monochromatic Colors of #c464e9

#c464e9

Complementary Color

#c464e9 #89e964

#c464e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c464e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c464e9 Color CSS Codes

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

#c464e9 Text Font Color

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

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


#c464e9 Background Color

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

This div background color is #c464e9


#c464e9 Border Color

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

This div border color is #c464e9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,100,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c464e9


Comments

No comments written yet.

Please login to write comment.