Color Hex Logo

#c493eb Color Hex

#C493EB
(196,147,235)
0 Favorites   0 Comments

Color spaces of #c493eb

RGB 196147235
HSL0.760.690.75
HSV273°37°92°
CMYK 0.170.370.00   0.08
XYZ48.194138.601483.5080
Yxy38.60140.28300.2267
Hunter Lab62.130029.7344-36.1997
CIE-Lab68.461534.6498-37.4476

#c493eb color RGB value is (196,147,235).

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

The process color (four color CMYK) of #c493eb color hex is 0.17, 0.37, 0.00, 0.08. Web safe color of #c493eb is #cc99ff. Color #c493eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 11101011
Octal 304 223 353
Decimal 196 147 235
Hex C4 93 EB

RGB Percentages of Color #c493eb

%33.91
%25.43
%40.66

CMYK Percentages of Color #c493eb

%17
%37
%0
%8

Triadic Colors of #c493eb

#c493eb #ebc493 #93ebc4

Analogous Colors of #c493eb

#c493eb #eb93e6 #9893eb

Monochromatic Colors of #c493eb

#c493eb

Complementary Color

#c493eb #baeb93

#c493eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c493eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c493eb Color CSS Codes

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

#c493eb Text Font Color

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

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


#c493eb Background Color

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

This div background color is #c493eb


#c493eb Border Color

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

This div border color is #c493eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c493eb


Comments

No comments written yet.

Please login to write comment.