Color Hex Logo

#c495ea Color Hex

#C495EA
(196,149,234)
0 Favorites   0 Comments

Color spaces of #c495ea

RGB 196149234
HSL0.760.670.75
HSV273°36°92°
CMYK 0.160.360.00   0.08
XYZ48.363739.171282.8536
Yxy39.17120.28380.2299
Hunter Lab62.586928.4079-34.6783
CIE-Lab68.875133.3344-36.2551

#c495ea color RGB value is (196,149,234).

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

The process color (four color CMYK) of #c495ea color hex is 0.16, 0.36, 0.00, 0.08. Web safe color of #c495ea is #cc99ff. Color #c495ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010101 11101010
Octal 304 225 352
Decimal 196 149 234
Hex C4 95 EA

RGB Percentages of Color #c495ea

%33.85
%25.73
%40.41

CMYK Percentages of Color #c495ea

%16
%36
%0
%8

Triadic Colors of #c495ea

#c495ea #eac495 #95eac4

Analogous Colors of #c495ea

#c495ea #ea95e6 #9a95ea

Monochromatic Colors of #c495ea

#c495ea

Complementary Color

#c495ea #bbea95

#c495ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c495ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c495ea Color CSS Codes

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

#c495ea Text Font Color

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

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


#c495ea Background Color

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

This div background color is #c495ea


#c495ea Border Color

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

This div border color is #c495ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c495ea


Comments

No comments written yet.

Please login to write comment.