Color Hex Logo

#c15eda Color Hex

#C15EDA
(193,94,218)
0 Favorites   0 Comments

Color spaces of #c15eda

RGB 19394218
HSL0.800.630.61
HSV288°57°85°
CMYK 0.110.570.00   0.15
XYZ38.649924.404869.0032
Yxy24.40480.29270.1848
Hunter Lab49.401253.2005-48.2349
CIE-Lab56.490857.9700-46.8065

#c15eda color RGB value is (193,94,218).

#c15eda hex color red value is 193, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c15eda hue: 0.80 , saturation: 0.63 and the lightness value of c15eda is 0.61.

The process color (four color CMYK) of #c15eda color hex is 0.11, 0.57, 0.00, 0.15. Web safe color of #c15eda is #cc66cc. Color #c15eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011110 11011010
Octal 301 136 332
Decimal 193 94 218
Hex C1 5E DA

RGB Percentages of Color #c15eda

%38.22
%18.61
%43.17

CMYK Percentages of Color #c15eda

%11
%57
%0
%15

Triadic Colors of #c15eda

#c15eda #dac15e #5edac1

Analogous Colors of #c15eda

#c15eda #da5eb5 #835eda

Monochromatic Colors of #c15eda

#c15eda

Complementary Color

#c15eda #77da5e

#c15eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15eda Color CSS Codes

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

#c15eda Text Font Color

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

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


#c15eda Background Color

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

This div background color is #c15eda


#c15eda Border Color

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

This div border color is #c15eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15eda


Comments

No comments written yet.

Please login to write comment.