Color Hex Logo

#c113ea Color Hex

#C113EA
(193,19,234)
0 Favorites   0 Comments

Color spaces of #c113ea

RGB 19319234
HSL0.800.850.50
HSV289°92°92°
CMYK 0.180.920.00   0.08
XYZ37.076517.743779.3126
Yxy17.74370.27640.1323
Hunter Lab42.123383.3983-82.1490
CIE-Lab49.183884.3695-67.5665

#c113ea color RGB value is (193,19,234).

#c113ea hex color red value is 193, green value is 19 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c113ea hue: 0.80 , saturation: 0.85 and the lightness value of c113ea is 0.50.

The process color (four color CMYK) of #c113ea color hex is 0.18, 0.92, 0.00, 0.08. Web safe color of #c113ea is #cc00ff. Color #c113ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 11101010
Octal 301 23 352
Decimal 193 19 234
Hex C1 13 EA

RGB Percentages of Color #c113ea

%43.27
%4.26
%52.47

CMYK Percentages of Color #c113ea

%18
%92
%0
%8

Triadic Colors of #c113ea

#c113ea #eac113 #13eac1

Analogous Colors of #c113ea

#c113ea #ea13a8 #5613ea

Monochromatic Colors of #c113ea

#c113ea

Complementary Color

#c113ea #3cea13

#c113ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c113ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c113ea Color CSS Codes

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

#c113ea Text Font Color

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

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


#c113ea Background Color

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

This div background color is #c113ea


#c113ea Border Color

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

This div border color is #c113ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c113ea


Comments

No comments written yet.

Please login to write comment.