Color Hex Logo

#c12fed Color Hex

#C12FED
(193,47,237)
0 Favorites   0 Comments

Color spaces of #c12fed

RGB 19347237
HSL0.790.840.56
HSV286°80°93°
CMYK 0.190.800.00   0.07
XYZ38.294919.484981.8634
Yxy19.48490.27420.1395
Hunter Lab44.141777.6087-79.0576
CIE-Lab51.249879.4232-65.9133

#c12fed color RGB value is (193,47,237).

#c12fed hex color red value is 193, green value is 47 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c12fed hue: 0.79 , saturation: 0.84 and the lightness value of c12fed is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101111 11101101
Octal 301 57 355
Decimal 193 47 237
Hex C1 2F ED

RGB Percentages of Color #c12fed

%40.46
%9.85
%49.69

CMYK Percentages of Color #c12fed

%19
%80
%0
%7

Triadic Colors of #c12fed

#c12fed #edc12f #2fedc1

Analogous Colors of #c12fed

#c12fed #ed2fba #622fed

Monochromatic Colors of #c12fed

#c12fed

Complementary Color

#c12fed #5bed2f

#c12fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12fed Color CSS Codes

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

#c12fed Text Font Color

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

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


#c12fed Background Color

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

This div background color is #c12fed


#c12fed Border Color

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

This div border color is #c12fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12fed


Comments

No comments written yet.

Please login to write comment.