Color Hex Logo

#c712fa Color Hex

#C712FA
(199,18,250)
0 Favorites   0 Comments

Color spaces of #c712fa

RGB 19918250
HSL0.800.960.53
HSV287°93°98°
CMYK 0.200.930.00   0.02
XYZ41.024819.476992.0396
Yxy19.47690.26890.1277
Hunter Lab44.132688.6978-92.7578
CIE-Lab51.240688.0374-73.1724

#c712fa color RGB value is (199,18,250).

#c712fa hex color red value is 199, green value is 18 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c712fa hue: 0.80 , saturation: 0.96 and the lightness value of c712fa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010010 11111010
Octal 307 22 372
Decimal 199 18 250
Hex C7 12 FA

RGB Percentages of Color #c712fa

%42.61
%3.85
%53.53

CMYK Percentages of Color #c712fa

%20
%93
%0
%2

Triadic Colors of #c712fa

#c712fa #fac712 #12fac7

Analogous Colors of #c712fa

#c712fa #fa12b9 #5312fa

Monochromatic Colors of #c712fa

#c712fa

Complementary Color

#c712fa #45fa12

#c712fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c712fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c712fa Color CSS Codes

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

#c712fa Text Font Color

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

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


#c712fa Background Color

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

This div background color is #c712fa


#c712fa Border Color

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

This div border color is #c712fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c712fa


Comments

No comments written yet.

Please login to write comment.