Color Hex Logo

#c10eee Color Hex

#C10EEE
(193,14,238)
0 Favorites   0 Comments

Color spaces of #c10eee

RGB 19314238
HSL0.800.890.49
HSV288°94°93°
CMYK 0.190.940.00   0.07
XYZ37.582017.824682.3486
Yxy17.82460.27280.1294
Hunter Lab42.219285.0107-86.0918
CIE-Lab49.282785.5960-69.6634

#c10eee color RGB value is (193,14,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001110 11101110
Octal 301 16 356
Decimal 193 14 238
Hex C1 E EE

RGB Percentages of Color #c10eee

%43.37
%3.15
%53.48

CMYK Percentages of Color #c10eee

%19
%94
%0
%7

Triadic Colors of #c10eee

#c10eee #eec10e #0eeec1

Analogous Colors of #c10eee

#c10eee #ee0eab #510eee

Monochromatic Colors of #c10eee

#c10eee

Complementary Color

#c10eee #3bee0e

#c10eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10eee Color CSS Codes

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

#c10eee Text Font Color

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

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


#c10eee Background Color

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

This div background color is #c10eee


#c10eee Border Color

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

This div border color is #c10eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10eee


Comments

No comments written yet.

Please login to write comment.