Color Hex Logo

#c493dc Color Hex

#C493DC
(196,147,220)
0 Favorites   0 Comments

Color spaces of #c493dc

RGB 196147220
HSL0.780.510.72
HSV280°33°86°
CMYK 0.110.330.00   0.14
XYZ46.116937.770572.5700
Yxy37.77050.29480.2414
Hunter Lab61.457726.3926-26.9899
CIE-Lab67.851131.4684-30.1302

#c493dc color RGB value is (196,147,220).

#c493dc hex color red value is 196, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c493dc hue: 0.78 , saturation: 0.51 and the lightness value of c493dc is 0.72.

The process color (four color CMYK) of #c493dc color hex is 0.11, 0.33, 0.00, 0.14. Web safe color of #c493dc is #cc99cc. Color #c493dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 11011100
Octal 304 223 334
Decimal 196 147 220
Hex C4 93 DC

RGB Percentages of Color #c493dc

%34.81
%26.11
%39.08

CMYK Percentages of Color #c493dc

%11
%33
%0
%14

Triadic Colors of #c493dc

#c493dc #dcc493 #93dcc4

Analogous Colors of #c493dc

#c493dc #dc93d0 #a093dc

Monochromatic Colors of #c493dc

#c493dc

Complementary Color

#c493dc #abdc93

#c493dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c493dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c493dc Color CSS Codes

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

#c493dc Text Font Color

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

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


#c493dc Background Color

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

This div background color is #c493dc


#c493dc Border Color

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

This div border color is #c493dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c493dc


Comments

No comments written yet.

Please login to write comment.