Color Hex Logo

#c12fec Color Hex

#C12FEC
(193,47,236)
0 Favorites   0 Comments

Color spaces of #c12fec

RGB 19347236
HSL0.800.830.55
HSV286°80°93°
CMYK 0.180.800.00   0.07
XYZ38.149219.426681.0959
Yxy19.42660.27510.1401
Hunter Lab44.075677.3665-78.2363
CIE-Lab51.182679.2436-65.4589

#c12fec color RGB value is (193,47,236).

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

The process color (four color CMYK) of #c12fec color hex is 0.18, 0.80, 0.00, 0.07. Web safe color of #c12fec is #cc33ff. Color #c12fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101111 11101100
Octal 301 57 354
Decimal 193 47 236
Hex C1 2F EC

RGB Percentages of Color #c12fec

%40.55
%9.87
%49.58

CMYK Percentages of Color #c12fec

%18
%80
%0
%7

Triadic Colors of #c12fec

#c12fec #ecc12f #2fecc1

Analogous Colors of #c12fec

#c12fec #ec2fb9 #632fec

Monochromatic Colors of #c12fec

#c12fec

Complementary Color

#c12fec #5aec2f

#c12fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12fec Color CSS Codes

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

#c12fec Text Font Color

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

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


#c12fec Background Color

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

This div background color is #c12fec


#c12fec Border Color

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

This div border color is #c12fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12fec


Comments

No comments written yet.

Please login to write comment.