Color Hex Logo

#c12cea Color Hex

#C12CEA
(193,44,234)
0 Favorites   0 Comments

Color spaces of #c12cea

RGB 19344234
HSL0.800.820.55
HSV287°81°92°
CMYK 0.180.810.00   0.08
XYZ37.744319.079379.5352
Yxy19.07930.27680.1399
Hunter Lab43.679977.8043-77.3833
CIE-Lab50.779979.6702-64.9828

#c12cea color RGB value is (193,44,234).

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

The process color (four color CMYK) of #c12cea color hex is 0.18, 0.81, 0.00, 0.08. Web safe color of #c12cea is #cc33ff. Color #c12cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101100 11101010
Octal 301 54 352
Decimal 193 44 234
Hex C1 2C EA

RGB Percentages of Color #c12cea

%40.98
%9.34
%49.68

CMYK Percentages of Color #c12cea

%18
%81
%0
%8

Triadic Colors of #c12cea

#c12cea #eac12c #2ceac1

Analogous Colors of #c12cea

#c12cea #ea2cb4 #622cea

Monochromatic Colors of #c12cea

#c12cea

Complementary Color

#c12cea #55ea2c

#c12cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12cea Color CSS Codes

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

#c12cea Text Font Color

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

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


#c12cea Background Color

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

This div background color is #c12cea


#c12cea Border Color

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

This div border color is #c12cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12cea


Comments

No comments written yet.

Please login to write comment.