Color Hex Logo

#c11eef Color Hex

#C11EEF
(193,30,239)
0 Favorites   0 Comments

Color spaces of #c11eef

RGB 19330239
HSL0.800.870.53
HSV287°87°94°
CMYK 0.190.870.00   0.06
XYZ38.036618.498083.2271
Yxy18.49800.27220.1324
Hunter Lab43.009382.5957-84.6253
CIE-Lab50.094683.5699-68.9091

#c11eef color RGB value is (193,30,239).

#c11eef hex color red value is 193, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c11eef hue: 0.80 , saturation: 0.87 and the lightness value of c11eef is 0.53.

The process color (four color CMYK) of #c11eef color hex is 0.19, 0.87, 0.00, 0.06. Web safe color of #c11eef is #cc33ff. Color #c11eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011110 11101111
Octal 301 36 357
Decimal 193 30 239
Hex C1 1E EF

RGB Percentages of Color #c11eef

%41.77
%6.49
%51.73

CMYK Percentages of Color #c11eef

%19
%87
%0
%6

Triadic Colors of #c11eef

#c11eef #efc11e #1eefc1

Analogous Colors of #c11eef

#c11eef #ef1eb5 #591eef

Monochromatic Colors of #c11eef

#c11eef

Complementary Color

#c11eef #4cef1e

#c11eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11eef Color CSS Codes

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

#c11eef Text Font Color

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

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


#c11eef Background Color

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

This div background color is #c11eef


#c11eef Border Color

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

This div border color is #c11eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11eef


Comments

No comments written yet.

Please login to write comment.