Color Hex Logo

#c15eeb Color Hex

#C15EEB
(193,94,235)
0 Favorites   0 Comments

Color spaces of #c15eeb

RGB 19394235
HSL0.780.780.65
HSV282°60°92°
CMYK 0.180.600.00   0.08
XYZ40.990425.341081.3281
Yxy25.34100.27760.1716
Hunter Lab50.339857.2531-60.5499
CIE-Lab57.406261.3558-54.9015

#c15eeb color RGB value is (193,94,235).

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

The process color (four color CMYK) of #c15eeb color hex is 0.18, 0.60, 0.00, 0.08. Web safe color of #c15eeb is #cc66ff. Color #c15eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011110 11101011
Octal 301 136 353
Decimal 193 94 235
Hex C1 5E EB

RGB Percentages of Color #c15eeb

%36.97
%18.01
%45.02

CMYK Percentages of Color #c15eeb

%18
%60
%0
%8

Triadic Colors of #c15eeb

#c15eeb #ebc15e #5eebc1

Analogous Colors of #c15eeb

#c15eeb #eb5ecf #7b5eeb

Monochromatic Colors of #c15eeb

#c15eeb

Complementary Color

#c15eeb #88eb5e

#c15eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15eeb Color CSS Codes

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

#c15eeb Text Font Color

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

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


#c15eeb Background Color

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

This div background color is #c15eeb


#c15eeb Border Color

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

This div border color is #c15eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15eeb


Comments

No comments written yet.

Please login to write comment.