Color Hex Logo

#c15edd Color Hex

#C15EDD
(193,94,221)
0 Favorites   0 Comments

Color spaces of #c15edd

RGB 19394221
HSL0.800.650.62
HSV287°57°87°
CMYK 0.130.570.00   0.13
XYZ39.046224.563371.0898
Yxy24.56330.28990.1824
Hunter Lab49.561453.8962-50.3514
CIE-Lab56.647458.5568-48.2510

#c15edd color RGB value is (193,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011110 11011101
Octal 301 136 335
Decimal 193 94 221
Hex C1 5E DD

RGB Percentages of Color #c15edd

%37.99
%18.50
%43.50

CMYK Percentages of Color #c15edd

%13
%57
%0
%13

Triadic Colors of #c15edd

#c15edd #ddc15e #5eddc1

Analogous Colors of #c15edd

#c15edd #dd5eba #825edd

Monochromatic Colors of #c15edd

#c15edd

Complementary Color

#c15edd #7add5e

#c15edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15edd Color CSS Codes

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

#c15edd Text Font Color

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

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


#c15edd Background Color

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

This div background color is #c15edd


#c15edd Border Color

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

This div border color is #c15edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,94,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15edd


Comments

No comments written yet.

Please login to write comment.