Color Hex Logo

#c493df Color Hex

#C493DF
(196,147,223)
0 Favorites   0 Comments

Color spaces of #c493df

RGB 196147223
HSL0.770.540.73
HSV279°34°87°
CMYK 0.120.340.00   0.13
XYZ46.518037.930974.6817
Yxy37.93090.29230.2384
Hunter Lab61.588127.0435-28.7834
CIE-Lab67.969732.0933-31.6042

#c493df color RGB value is (196,147,223).

#c493df hex color red value is 196, green value is 147 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c493df hue: 0.77 , saturation: 0.54 and the lightness value of c493df is 0.73.

The process color (four color CMYK) of #c493df color hex is 0.12, 0.34, 0.00, 0.13. Web safe color of #c493df is #cc99cc. Color #c493df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 11011111
Octal 304 223 337
Decimal 196 147 223
Hex C4 93 DF

RGB Percentages of Color #c493df

%34.63
%25.97
%39.40

CMYK Percentages of Color #c493df

%12
%34
%0
%13

Triadic Colors of #c493df

#c493df #dfc493 #93dfc4

Analogous Colors of #c493df

#c493df #df93d4 #9e93df

Monochromatic Colors of #c493df

#c493df

Complementary Color

#c493df #aedf93

#c493df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c493df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c493df Color CSS Codes

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

#c493df Text Font Color

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

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


#c493df Background Color

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

This div background color is #c493df


#c493df Border Color

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

This div border color is #c493df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c493df


Comments

No comments written yet.

Please login to write comment.