Color Hex Logo

#c112ea Color Hex

#C112EA
(193,18,234)
0 Favorites   0 Comments

Color spaces of #c112ea

RGB 19318234
HSL0.800.860.49
HSV289°92°92°
CMYK 0.180.920.00   0.08
XYZ37.059917.710679.3071
Yxy17.71060.27640.1321
Hunter Lab42.084083.5434-82.2730
CIE-Lab49.143284.4898-67.6323

#c112ea color RGB value is (193,18,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010010 11101010
Octal 301 22 352
Decimal 193 18 234
Hex C1 12 EA

RGB Percentages of Color #c112ea

%43.37
%4.04
%52.58

CMYK Percentages of Color #c112ea

%18
%92
%0
%8

Triadic Colors of #c112ea

#c112ea #eac112 #12eac1

Analogous Colors of #c112ea

#c112ea #ea12a7 #5512ea

Monochromatic Colors of #c112ea

#c112ea

Complementary Color

#c112ea #3bea12

#c112ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c112ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c112ea Color CSS Codes

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

#c112ea Text Font Color

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

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


#c112ea Background Color

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

This div background color is #c112ea


#c112ea Border Color

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

This div border color is #c112ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,18,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 #c112ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c112ea


Comments

No comments written yet.

Please login to write comment.