Color Hex Logo

#c71bff Color Hex

#C71BFF
(199,27,255)
0 Favorites   0 Comments

Color spaces of #c71bff

RGB 19927255
HSL0.791.000.55
HSV285°89°100°
CMYK 0.220.890.00   0.00
XYZ41.995120.146096.2829
Yxy20.14600.26510.1272
Hunter Lab44.884388.4625-95.7661
CIE-Lab52.001987.7116-74.7223

#c71bff color RGB value is (199,27,255).

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

The process color (four color CMYK) of #c71bff color hex is 0.22, 0.89, 0.00, 0.00. Web safe color of #c71bff is #cc33ff. Color #c71bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011011 11111111
Octal 307 33 377
Decimal 199 27 255
Hex C7 1B FF

RGB Percentages of Color #c71bff

%41.37
%5.61
%53.01

CMYK Percentages of Color #c71bff

%22
%89
%0
%0

Triadic Colors of #c71bff

#c71bff #ffc71b #1bffc7

Analogous Colors of #c71bff

#c71bff #ff1bc5 #551bff

Monochromatic Colors of #c71bff

#c71bff

Complementary Color

#c71bff #53ff1b

#c71bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71bff Color CSS Codes

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

#c71bff Text Font Color

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

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


#c71bff Background Color

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

This div background color is #c71bff


#c71bff Border Color

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

This div border color is #c71bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71bff

Related Colors


Comments

No comments written yet.

Please login to write comment.