Color Hex Logo

#c700ff Color Hex

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

Color spaces of #c700ff

RGB 1990255
HSL0.801.000.50
HSV287°100°100°
CMYK 0.221.000.00   0.00
XYZ41.603219.362196.1523
Yxy19.36210.26480.1232
Hunter Lab44.002491.7633-98.7565
CIE-Lab51.108290.3755-76.1763

#c700ff color RGB value is (199,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 11111111
Octal 307 0 377
Decimal 199 0 255
Hex C7 0 FF

RGB Percentages of Color #c700ff

%43.83
%0.00
%56.17

CMYK Percentages of Color #c700ff

%22
%100
%0
%0

Triadic Colors of #c700ff

#c700ff #ffc700 #00ffc7

Analogous Colors of #c700ff

#c700ff #ff00b8 #4800ff

Monochromatic Colors of #c700ff

#c700ff

Complementary Color

#c700ff #38ff00

#c700ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c700ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c700ff Color CSS Codes

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

#c700ff Text Font Color

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

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


#c700ff Background Color

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

This div background color is #c700ff


#c700ff Border Color

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

This div border color is #c700ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c700ff

#c700ff Color Palettes


Comments

No comments written yet.

Please login to write comment.