Color Hex Logo

#c71ffb Color Hex

#C71FFB
(199,31,251)
0 Favorites   0 Comments

Color spaces of #c71ffb

RGB 19931251
HSL0.790.960.55
HSV286°88°98°
CMYK 0.210.880.00   0.02
XYZ41.455820.087192.9590
Yxy20.08710.26830.1300
Hunter Lab44.818686.6742-91.6012
CIE-Lab51.935586.3604-72.6017

#c71ffb color RGB value is (199,31,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011111 11111011
Octal 307 37 373
Decimal 199 31 251
Hex C7 1F FB

RGB Percentages of Color #c71ffb

%41.37
%6.44
%52.18

CMYK Percentages of Color #c71ffb

%21
%88
%0
%2

Triadic Colors of #c71ffb

#c71ffb #fbc71f #1ffbc7

Analogous Colors of #c71ffb

#c71ffb #fb1fc1 #591ffb

Monochromatic Colors of #c71ffb

#c71ffb

Complementary Color

#c71ffb #53fb1f

#c71ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71ffb Color CSS Codes

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

#c71ffb Text Font Color

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

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


#c71ffb Background Color

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

This div background color is #c71ffb


#c71ffb Border Color

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

This div border color is #c71ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71ffb


Comments

No comments written yet.

Please login to write comment.