Color Hex Logo

#c71afa Color Hex

#C71AFA
(199,26,250)
0 Favorites   0 Comments

Color spaces of #c71afa

RGB 19926250
HSL0.800.960.54
HSV286°90°98°
CMYK 0.200.900.00   0.02
XYZ41.177919.783092.0907
Yxy19.78300.26900.1293
Hunter Lab44.478187.4190-91.6237
CIE-Lab51.591086.9964-72.6032

#c71afa color RGB value is (199,26,250).

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

The process color (four color CMYK) of #c71afa color hex is 0.20, 0.90, 0.00, 0.02. Web safe color of #c71afa is #cc33ff. Color #c71afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011010 11111010
Octal 307 32 372
Decimal 199 26 250
Hex C7 1A FA

RGB Percentages of Color #c71afa

%41.89
%5.47
%52.63

CMYK Percentages of Color #c71afa

%20
%90
%0
%2

Triadic Colors of #c71afa

#c71afa #fac71a #1afac7

Analogous Colors of #c71afa

#c71afa #fa1abd #571afa

Monochromatic Colors of #c71afa

#c71afa

Complementary Color

#c71afa #4dfa1a

#c71afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71afa Color CSS Codes

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

#c71afa Text Font Color

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

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


#c71afa Background Color

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

This div background color is #c71afa


#c71afa Border Color

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

This div border color is #c71afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,26,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 #c71afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71afa


Comments

No comments written yet.

Please login to write comment.