Color Hex Logo

#c108eb Color Hex

#C108EB
(193,8,235)
0 Favorites   0 Comments

Color spaces of #c108eb

RGB 1938235
HSL0.800.930.48
HSV289°97°92°
CMYK 0.180.970.00   0.08
XYZ37.074517.509380.0228
Yxy17.50930.27540.1301
Hunter Lab41.844184.9264-84.0955
CIE-Lab48.895585.6057-68.5991

#c108eb color RGB value is (193,8,235).

#c108eb hex color red value is 193, green value is 8 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c108eb hue: 0.80 , saturation: 0.93 and the lightness value of c108eb is 0.48.

The process color (four color CMYK) of #c108eb color hex is 0.18, 0.97, 0.00, 0.08. Web safe color of #c108eb is #cc00ff. Color #c108eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001000 11101011
Octal 301 10 353
Decimal 193 8 235
Hex C1 8 EB

RGB Percentages of Color #c108eb

%44.27
%1.83
%53.90

CMYK Percentages of Color #c108eb

%18
%97
%0
%8

Triadic Colors of #c108eb

#c108eb #ebc108 #08ebc1

Analogous Colors of #c108eb

#c108eb #eb08a4 #5008eb

Monochromatic Colors of #c108eb

#c108eb

Complementary Color

#c108eb #32eb08

#c108eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c108eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c108eb Color CSS Codes

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

#c108eb Text Font Color

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

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


#c108eb Background Color

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

This div background color is #c108eb


#c108eb Border Color

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

This div border color is #c108eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c108eb


Comments

No comments written yet.

Please login to write comment.