Color Hex Logo

#c493ef Color Hex

#C493EF
(196,147,239)
0 Favorites   0 Comments

Color spaces of #c493ef

RGB 196147239
HSL0.760.740.76
HSV272°38°94°
CMYK 0.180.380.00   0.06
XYZ48.778738.835286.5864
Yxy38.83520.28000.2229
Hunter Lab62.317930.6627-38.7568
CIE-Lab68.631735.5219-39.3766

#c493ef color RGB value is (196,147,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 11101111
Octal 304 223 357
Decimal 196 147 239
Hex C4 93 EF

RGB Percentages of Color #c493ef

%33.68
%25.26
%41.07

CMYK Percentages of Color #c493ef

%18
%38
%0
%6

Triadic Colors of #c493ef

#c493ef #efc493 #93efc4

Analogous Colors of #c493ef

#c493ef #ef93ec #9693ef

Monochromatic Colors of #c493ef

#c493ef

Complementary Color

#c493ef #beef93

#c493ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c493ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c493ef Color CSS Codes

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

#c493ef Text Font Color

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

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


#c493ef Background Color

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

This div background color is #c493ef


#c493ef Border Color

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

This div border color is #c493ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c493ef


Comments

No comments written yet.

Please login to write comment.