Color Hex Logo

#c12fee Color Hex

#C12FEE
(193,47,238)
0 Favorites   0 Comments

Color spaces of #c12fee

RGB 19347238
HSL0.790.850.56
HSV286°80°93°
CMYK 0.190.800.00   0.07
XYZ38.441519.543582.6351
Yxy19.54350.27340.1390
Hunter Lab44.208077.8523-79.8812
CIE-Lab51.317179.6035-66.3668

#c12fee color RGB value is (193,47,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101111 11101110
Octal 301 57 356
Decimal 193 47 238
Hex C1 2F EE

RGB Percentages of Color #c12fee

%40.38
%9.83
%49.79

CMYK Percentages of Color #c12fee

%19
%80
%0
%7

Triadic Colors of #c12fee

#c12fee #eec12f #2feec1

Analogous Colors of #c12fee

#c12fee #ee2fbc #622fee

Monochromatic Colors of #c12fee

#c12fee

Complementary Color

#c12fee #5cee2f

#c12fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12fee Color CSS Codes

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

#c12fee Text Font Color

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

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


#c12fee Background Color

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

This div background color is #c12fee


#c12fee Border Color

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

This div border color is #c12fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12fee


Comments

No comments written yet.

Please login to write comment.