Color Hex Logo

#c712fb Color Hex

#C712FB
(199,18,251)
0 Favorites   0 Comments

Color spaces of #c712fb

RGB 19918251
HSL0.800.970.53
HSV287°93°98°
CMYK 0.210.930.00   0.02
XYZ41.182119.539892.8678
Yxy19.53980.26810.1272
Hunter Lab44.203888.9411-93.6196
CIE-Lab51.312988.2080-73.6132

#c712fb color RGB value is (199,18,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010010 11111011
Octal 307 22 373
Decimal 199 18 251
Hex C7 12 FB

RGB Percentages of Color #c712fb

%42.52
%3.85
%53.63

CMYK Percentages of Color #c712fb

%21
%93
%0
%2

Triadic Colors of #c712fb

#c712fb #fbc712 #12fbc7

Analogous Colors of #c712fb

#c712fb #fb12bb #5312fb

Monochromatic Colors of #c712fb

#c712fb

Complementary Color

#c712fb #46fb12

#c712fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c712fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c712fb Color CSS Codes

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

#c712fb Text Font Color

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

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


#c712fb Background Color

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

This div background color is #c712fb


#c712fb Border Color

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

This div border color is #c712fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c712fb


Comments

No comments written yet.

Please login to write comment.