Color Hex Logo

#c465ea Color Hex

#C465EA
(196,101,234)
0 Favorites   0 Comments

Color spaces of #c465ea

RGB 196101234
HSL0.790.760.66
HSV283°57°92°
CMYK 0.160.570.00   0.08
XYZ42.269926.983680.8224
Yxy26.98360.28170.1798
Hunter Lab51.945754.3461-55.8873
CIE-Lab58.959158.5523-51.8471

#c465ea color RGB value is (196,101,234).

#c465ea hex color red value is 196, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c465ea hue: 0.79 , saturation: 0.76 and the lightness value of c465ea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100101 11101010
Octal 304 145 352
Decimal 196 101 234
Hex C4 65 EA

RGB Percentages of Color #c465ea

%36.91
%19.02
%44.07

CMYK Percentages of Color #c465ea

%16
%57
%0
%8

Triadic Colors of #c465ea

#c465ea #eac465 #65eac4

Analogous Colors of #c465ea

#c465ea #ea65ce #8265ea

Monochromatic Colors of #c465ea

#c465ea

Complementary Color

#c465ea #8bea65

#c465ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c465ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c465ea Color CSS Codes

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

#c465ea Text Font Color

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

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


#c465ea Background Color

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

This div background color is #c465ea


#c465ea Border Color

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

This div border color is #c465ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c465ea


Comments

No comments written yet.

Please login to write comment.