Color Hex Logo

#c11ebe Color Hex

#C11EBE
(193,30,190)
0 Favorites   0 Comments

Color spaces of #c11ebe

RGB 19330190
HSL0.840.730.44
HSV301°84°76°
CMYK 0.000.840.02   0.24
XYZ31.750915.983750.1269
Yxy15.98370.32440.1633
Hunter Lab39.979671.7963-46.3527
CIE-Lab46.953175.5810-45.8909

#c11ebe color RGB value is (193,30,190).

#c11ebe hex color red value is 193, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c11ebe hue: 0.84 , saturation: 0.73 and the lightness value of c11ebe is 0.44.

The process color (four color CMYK) of #c11ebe color hex is 0.00, 0.84, 0.02, 0.24. Web safe color of #c11ebe is #cc33cc. Color #c11ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011110 10111110
Octal 301 36 276
Decimal 193 30 190
Hex C1 1E BE

RGB Percentages of Color #c11ebe

%46.73
%7.26
%46.00

CMYK Percentages of Color #c11ebe

%0
%84
%2
%24

Triadic Colors of #c11ebe

#c11ebe #bec11e #1ebec1

Analogous Colors of #c11ebe

#c11ebe #c11e6d #731ec1

Monochromatic Colors of #c11ebe

#c11ebe

Complementary Color

#c11ebe #1ec121

#c11ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11ebe Color CSS Codes

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

#c11ebe Text Font Color

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

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


#c11ebe Background Color

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

This div background color is #c11ebe


#c11ebe Border Color

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

This div border color is #c11ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11ebe


Comments

No comments written yet.

Please login to write comment.