Color Hex Logo

#c704ff Color Hex

#C704FF
(199,4,255)
0 Favorites   0 Comments

Color spaces of #c704ff

RGB 1994255
HSL0.801.000.51
HSV287°98°100°
CMYK 0.220.980.00   0.00
XYZ41.646619.448996.1667
Yxy19.44890.26480.1237
Hunter Lab44.100991.3895-98.4175
CIE-Lab51.208390.0758-76.0132

#c704ff color RGB value is (199,4,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000100 11111111
Octal 307 4 377
Decimal 199 4 255
Hex C7 4 FF

RGB Percentages of Color #c704ff

%43.45
%0.87
%55.68

CMYK Percentages of Color #c704ff

%22
%98
%0
%0

Triadic Colors of #c704ff

#c704ff #ffc704 #04ffc7

Analogous Colors of #c704ff

#c704ff #ff04ba #4904ff

Monochromatic Colors of #c704ff

#c704ff

Complementary Color

#c704ff #3cff04

#c704ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c704ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c704ff Color CSS Codes

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

#c704ff Text Font Color

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

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


#c704ff Background Color

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

This div background color is #c704ff


#c704ff Border Color

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

This div border color is #c704ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c704ff


Comments

No comments written yet.

Please login to write comment.