Color Hex Logo

#c701ff Color Hex

#C701FF
(199,1,255)
0 Favorites   0 Comments

Color spaces of #c701ff

RGB 1991255
HSL0.801.000.50
HSV287°100°100°
CMYK 0.221.000.00   0.00
XYZ41.614019.383896.1559
Yxy19.38380.26480.1233
Hunter Lab44.027091.6694-98.6716
CIE-Lab51.133290.3003-76.1355

#c701ff color RGB value is (199,1,255).

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

The process color (four color CMYK) of #c701ff color hex is 0.22, 1.00, 0.00, 0.00. Web safe color of #c701ff is #cc00ff. Color #c701ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000001 11111111
Octal 307 1 377
Decimal 199 1 255
Hex C7 1 FF

RGB Percentages of Color #c701ff

%43.74
%0.22
%56.04

CMYK Percentages of Color #c701ff

%22
%100
%0
%0

Triadic Colors of #c701ff

#c701ff #ffc701 #01ffc7

Analogous Colors of #c701ff

#c701ff #ff01b8 #4801ff

Monochromatic Colors of #c701ff

#c701ff

Complementary Color

#c701ff #39ff01

#c701ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c701ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c701ff Color CSS Codes

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

#c701ff Text Font Color

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

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


#c701ff Background Color

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

This div background color is #c701ff


#c701ff Border Color

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

This div border color is #c701ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c701ff


Comments

No comments written yet.

Please login to write comment.