Color Hex Logo

#c312fe Color Hex

#C312FE
(195,18,254)
0 Favorites   0 Comments

Color spaces of #c312fe

RGB 19518254
HSL0.790.990.53
HSV285°93°100°
CMYK 0.230.930.00   0.00
XYZ40.611419.190595.3296
Yxy19.19050.26180.1237
Hunter Lab43.807088.8169-98.3578
CIE-Lab50.909388.1915-75.9703

#c312fe color RGB value is (195,18,254).

#c312fe hex color red value is 195, green value is 18 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c312fe hue: 0.79 , saturation: 0.99 and the lightness value of c312fe is 0.53.

The process color (four color CMYK) of #c312fe color hex is 0.23, 0.93, 0.00, 0.00. Web safe color of #c312fe is #cc00ff. Color #c312fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010010 11111110
Octal 303 22 376
Decimal 195 18 254
Hex C3 12 FE

RGB Percentages of Color #c312fe

%41.76
%3.85
%54.39

CMYK Percentages of Color #c312fe

%23
%93
%0
%0

Triadic Colors of #c312fe

#c312fe #fec312 #12fec3

Analogous Colors of #c312fe

#c312fe #fe12c3 #4d12fe

Monochromatic Colors of #c312fe

#c312fe

Complementary Color

#c312fe #4dfe12

#c312fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c312fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c312fe Color CSS Codes

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

#c312fe Text Font Color

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

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


#c312fe Background Color

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

This div background color is #c312fe


#c312fe Border Color

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

This div border color is #c312fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,18,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c312fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c312fe;
  -webkit-box-shadow: 1px 1px 3px 2px #c312fe;
  box-shadow:         1px 1px 3px 2px #c312fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,18,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c312fe


Comments

No comments written yet.

Please login to write comment.