Color Hex Logo

#c12aef Color Hex

#C12AEF
(193,42,239)
0 Favorites   0 Comments

Color spaces of #c12aef

RGB 19342239
HSL0.790.860.55
HSV286°82°94°
CMYK 0.190.820.00   0.06
XYZ38.400319.225483.3483
Yxy19.22540.27240.1364
Hunter Lab43.846879.5956-82.0116
CIE-Lab50.949981.0542-67.5233

#c12aef color RGB value is (193,42,239).

#c12aef hex color red value is 193, green value is 42 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c12aef hue: 0.79 , saturation: 0.86 and the lightness value of c12aef is 0.55.

The process color (four color CMYK) of #c12aef color hex is 0.19, 0.82, 0.00, 0.06. Web safe color of #c12aef is #cc33ff. Color #c12aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101010 11101111
Octal 301 52 357
Decimal 193 42 239
Hex C1 2A EF

RGB Percentages of Color #c12aef

%40.72
%8.86
%50.42

CMYK Percentages of Color #c12aef

%19
%82
%0
%6

Triadic Colors of #c12aef

#c12aef #efc12a #2aefc1

Analogous Colors of #c12aef

#c12aef #ef2abb #5f2aef

Monochromatic Colors of #c12aef

#c12aef

Complementary Color

#c12aef #58ef2a

#c12aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12aef Color CSS Codes

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

#c12aef Text Font Color

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

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


#c12aef Background Color

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

This div background color is #c12aef


#c12aef Border Color

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

This div border color is #c12aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12aef


Comments

No comments written yet.

Please login to write comment.