Color Hex Logo

#c113ff Color Hex

#C113FF
(193,19,255)
0 Favorites   0 Comments

Color spaces of #c113ff

RGB 19319255
HSL0.791.000.54
HSV284°93°100°
CMYK 0.240.930.00   0.00
XYZ40.275219.023296.1568
Yxy19.02320.25910.1224
Hunter Lab43.615688.5019-100.1824
CIE-Lab50.714387.9899-76.8583

#c113ff color RGB value is (193,19,255).

#c113ff hex color red value is 193, green value is 19 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c113ff hue: 0.79 , saturation: 1.00 and the lightness value of c113ff is 0.54.

The process color (four color CMYK) of #c113ff color hex is 0.24, 0.93, 0.00, 0.00. Web safe color of #c113ff is #cc00ff. Color #c113ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 11111111
Octal 301 23 377
Decimal 193 19 255
Hex C1 13 FF

RGB Percentages of Color #c113ff

%41.33
%4.07
%54.60

CMYK Percentages of Color #c113ff

%24
%93
%0
%0

Triadic Colors of #c113ff

#c113ff #ffc113 #13ffc1

Analogous Colors of #c113ff

#c113ff #ff13c7 #4b13ff

Monochromatic Colors of #c113ff

#c113ff

Complementary Color

#c113ff #51ff13

#c113ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c113ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c113ff Color CSS Codes

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

#c113ff Text Font Color

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

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


#c113ff Background Color

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

This div background color is #c113ff


#c113ff Border Color

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

This div border color is #c113ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c113ff


Comments

No comments written yet.

Please login to write comment.