Color Hex Logo

#c495ef Color Hex

#C495EF
(196,149,239)
0 Favorites   0 Comments

Color spaces of #c495ef

RGB 196149239
HSL0.750.740.76
HSV271°38°94°
CMYK 0.180.380.00   0.06
XYZ49.092439.462686.6910
Yxy39.46260.28010.2252
Hunter Lab62.819329.5616-37.8471
CIE-Lab69.085034.4243-38.6696

#c495ef color RGB value is (196,149,239).

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

The process color (four color CMYK) of #c495ef color hex is 0.18, 0.38, 0.00, 0.06. Web safe color of #c495ef is #cc99ff. Color #c495ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010101 11101111
Octal 304 225 357
Decimal 196 149 239
Hex C4 95 EF

RGB Percentages of Color #c495ef

%33.56
%25.51
%40.92

CMYK Percentages of Color #c495ef

%18
%38
%0
%6

Triadic Colors of #c495ef

#c495ef #efc495 #95efc4

Analogous Colors of #c495ef

#c495ef #ef95ed #9795ef

Monochromatic Colors of #c495ef

#c495ef

Complementary Color

#c495ef #c0ef95

#c495ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c495ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c495ef Color CSS Codes

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

#c495ef Text Font Color

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

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


#c495ef Background Color

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

This div background color is #c495ef


#c495ef Border Color

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

This div border color is #c495ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c495ef


Comments

No comments written yet.

Please login to write comment.