Color Hex Logo

#c10eed Color Hex

#C10EED
(193,14,237)
0 Favorites   0 Comments

Color spaces of #c10eed

RGB 19314237
HSL0.800.890.49
HSV288°94°93°
CMYK 0.190.940.00   0.07
XYZ37.435417.766081.5769
Yxy17.76600.27370.1299
Hunter Lab42.149784.7732-85.2455
CIE-Lab49.211185.4269-69.2159

#c10eed color RGB value is (193,14,237).

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

The process color (four color CMYK) of #c10eed color hex is 0.19, 0.94, 0.00, 0.07. Web safe color of #c10eed is #cc00ff. Color #c10eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001110 11101101
Octal 301 16 355
Decimal 193 14 237
Hex C1 E ED

RGB Percentages of Color #c10eed

%43.47
%3.15
%53.38

CMYK Percentages of Color #c10eed

%19
%94
%0
%7

Triadic Colors of #c10eed

#c10eed #edc10e #0eedc1

Analogous Colors of #c10eed

#c10eed #ed0eaa #520eed

Monochromatic Colors of #c10eed

#c10eed

Complementary Color

#c10eed #3aed0e

#c10eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10eed Color CSS Codes

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

#c10eed Text Font Color

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

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


#c10eed Background Color

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

This div background color is #c10eed


#c10eed Border Color

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

This div border color is #c10eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10eed


Comments

No comments written yet.

Please login to write comment.