Color Hex Logo

#c71efa Color Hex

#C71EFA
(199,30,250)
0 Favorites   0 Comments

Color spaces of #c71efa

RGB 19930250
HSL0.790.960.55
HSV286°88°98°
CMYK 0.200.880.00   0.02
XYZ41.272819.972892.1223
Yxy19.97280.26910.1302
Hunter Lab44.690986.6385-90.9320
CIE-Lab51.806486.3581-72.2533

#c71efa color RGB value is (199,30,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011110 11111010
Octal 307 36 372
Decimal 199 30 250
Hex C7 1E FA

RGB Percentages of Color #c71efa

%41.54
%6.26
%52.19

CMYK Percentages of Color #c71efa

%20
%88
%0
%2

Triadic Colors of #c71efa

#c71efa #fac71e #1efac7

Analogous Colors of #c71efa

#c71efa #fa1ebf #591efa

Monochromatic Colors of #c71efa

#c71efa

Complementary Color

#c71efa #51fa1e

#c71efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71efa Color CSS Codes

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

#c71efa Text Font Color

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

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


#c71efa Background Color

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

This div background color is #c71efa


#c71efa Border Color

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

This div border color is #c71efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71efa


Comments

No comments written yet.

Please login to write comment.