Color Hex Logo

#c11ece Color Hex

#C11ECE
(193,30,206)
0 Favorites   0 Comments

Color spaces of #c11ece

RGB 19330206
HSL0.820.750.46
HSV296°85°81°
CMYK 0.060.850.00   0.19
XYZ33.597216.722259.8495
Yxy16.72220.30500.1518
Hunter Lab40.892875.0919-58.1502
CIE-Lab47.908178.0630-53.6449

#c11ece color RGB value is (193,30,206).

#c11ece hex color red value is 193, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c11ece hue: 0.82 , saturation: 0.75 and the lightness value of c11ece is 0.46.

The process color (four color CMYK) of #c11ece color hex is 0.06, 0.85, 0.00, 0.19. Web safe color of #c11ece is #cc33cc. Color #c11ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011110 11001110
Octal 301 36 316
Decimal 193 30 206
Hex C1 1E CE

RGB Percentages of Color #c11ece

%44.99
%6.99
%48.02

CMYK Percentages of Color #c11ece

%6
%85
%0
%19

Triadic Colors of #c11ece

#c11ece #cec11e #1ecec1

Analogous Colors of #c11ece

#c11ece #ce1e83 #691ece

Monochromatic Colors of #c11ece

#c11ece

Complementary Color

#c11ece #2bce1e

#c11ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11ece Color CSS Codes

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

#c11ece Text Font Color

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

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


#c11ece Background Color

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

This div background color is #c11ece


#c11ece Border Color

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

This div border color is #c11ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11ece


Comments

No comments written yet.

Please login to write comment.