Color Hex Logo

#c10ee9 Color Hex

#C10EE9
(193,14,233)
0 Favorites   0 Comments

Color spaces of #c10ee9

RGB 19314233
HSL0.800.890.48
HSV289°94°91°
CMYK 0.170.940.00   0.09
XYZ36.857317.534778.5327
Yxy17.53470.27730.1319
Hunter Lab41.874583.8329-81.8823
CIE-Lab48.926884.7557-67.4177

#c10ee9 color RGB value is (193,14,233).

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

The process color (four color CMYK) of #c10ee9 color hex is 0.17, 0.94, 0.00, 0.09. Web safe color of #c10ee9 is #cc00ff. Color #c10ee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001110 11101001
Octal 301 16 351
Decimal 193 14 233
Hex C1 E E9

RGB Percentages of Color #c10ee9

%43.86
%3.18
%52.95

CMYK Percentages of Color #c10ee9

%17
%94
%0
%9

Triadic Colors of #c10ee9

#c10ee9 #e9c10e #0ee9c1

Analogous Colors of #c10ee9

#c10ee9 #e90ea4 #530ee9

Monochromatic Colors of #c10ee9

#c10ee9

Complementary Color

#c10ee9 #36e90e

#c10ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10ee9 Color CSS Codes

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

#c10ee9 Text Font Color

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

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


#c10ee9 Background Color

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

This div background color is #c10ee9


#c10ee9 Border Color

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

This div border color is #c10ee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10ee9


Comments

No comments written yet.

Please login to write comment.