Color Hex Logo

#c493da Color Hex

#C493DA
(196,147,218)
0 Favorites   0 Comments

Color spaces of #c493da

RGB 196147218
HSL0.780.490.72
HSV281°33°85°
CMYK 0.100.330.00   0.15
XYZ45.853637.665271.1830
Yxy37.66520.29640.2435
Hunter Lab61.372025.9639-25.8078
CIE-Lab67.773131.0554-29.1445

#c493da color RGB value is (196,147,218).

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

The process color (four color CMYK) of #c493da color hex is 0.10, 0.33, 0.00, 0.15. Web safe color of #c493da is #cc99cc. Color #c493da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 11011010
Octal 304 223 332
Decimal 196 147 218
Hex C4 93 DA

RGB Percentages of Color #c493da

%34.94
%26.20
%38.86

CMYK Percentages of Color #c493da

%10
%33
%0
%15

Triadic Colors of #c493da

#c493da #dac493 #93dac4

Analogous Colors of #c493da

#c493da #da93cd #a193da

Monochromatic Colors of #c493da

#c493da

Complementary Color

#c493da #a9da93

#c493da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c493da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c493da Color CSS Codes

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

#c493da Text Font Color

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

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


#c493da Background Color

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

This div background color is #c493da


#c493da Border Color

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

This div border color is #c493da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c493da


Comments

No comments written yet.

Please login to write comment.