Color Hex Logo

#c707ff Color Hex

#C707FF
(199,7,255)
0 Favorites   0 Comments

Color spaces of #c707ff

RGB 1997255
HSL0.801.000.51
HSV286°97°100°
CMYK 0.220.970.00   0.00
XYZ41.679219.514196.1776
Yxy19.51410.26480.1240
Hunter Lab44.174891.1102-98.1643
CIE-Lab51.283389.8515-75.8911

#c707ff color RGB value is (199,7,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 11111111
Octal 307 7 377
Decimal 199 7 255
Hex C7 7 FF

RGB Percentages of Color #c707ff

%43.17
%1.52
%55.31

CMYK Percentages of Color #c707ff

%22
%97
%0
%0

Triadic Colors of #c707ff

#c707ff #ffc707 #07ffc7

Analogous Colors of #c707ff

#c707ff #ff07bb #4b07ff

Monochromatic Colors of #c707ff

#c707ff

Complementary Color

#c707ff #3fff07

#c707ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c707ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c707ff Color CSS Codes

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

#c707ff Text Font Color

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

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


#c707ff Background Color

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

This div background color is #c707ff


#c707ff Border Color

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

This div border color is #c707ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c707ff


Comments

No comments written yet.

Please login to write comment.