Color Hex Logo

#c15ed0 Color Hex

#C15ED0
(193,94,208)
0 Favorites   0 Comments

Color spaces of #c15ed0

RGB 19394208
HSL0.810.550.59
HSV292°55°82°
CMYK 0.070.550.00   0.18
XYZ37.380223.896962.3169
Yxy23.89690.30240.1934
Hunter Lab48.884550.9448-41.3626
CIE-Lab55.984456.0511-41.9414

#c15ed0 color RGB value is (193,94,208).

#c15ed0 hex color red value is 193, green value is 94 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #c15ed0 hue: 0.81 , saturation: 0.55 and the lightness value of c15ed0 is 0.59.

The process color (four color CMYK) of #c15ed0 color hex is 0.07, 0.55, 0.00, 0.18. Web safe color of #c15ed0 is #cc66cc. Color #c15ed0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011110 11010000
Octal 301 136 320
Decimal 193 94 208
Hex C1 5E D0

RGB Percentages of Color #c15ed0

%38.99
%18.99
%42.02

CMYK Percentages of Color #c15ed0

%7
%55
%0
%18

Triadic Colors of #c15ed0

#c15ed0 #d0c15e #5ed0c1

Analogous Colors of #c15ed0

#c15ed0 #d05ea6 #885ed0

Monochromatic Colors of #c15ed0

#c15ed0

Complementary Color

#c15ed0 #6dd05e

#c15ed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15ed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15ed0 Color CSS Codes

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

#c15ed0 Text Font Color

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

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


#c15ed0 Background Color

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

This div background color is #c15ed0


#c15ed0 Border Color

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

This div border color is #c15ed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15ed0


Comments

No comments written yet.

Please login to write comment.