Color Hex Logo

#c704eb Color Hex

#C704EB
(199,4,235)
0 Favorites   0 Comments

Color spaces of #c704eb

RGB 1994235
HSL0.810.970.47
HSV291°98°92°
CMYK 0.150.980.00   0.08
XYZ38.592018.227180.0814
Yxy18.22710.28190.1331
Hunter Lab42.693286.6398-81.3274
CIE-Lab49.770486.7522-67.1346

#c704eb color RGB value is (199,4,235).

#c704eb hex color red value is 199, green value is 4 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c704eb hue: 0.81 , saturation: 0.97 and the lightness value of c704eb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000100 11101011
Octal 307 4 353
Decimal 199 4 235
Hex C7 4 EB

RGB Percentages of Color #c704eb

%45.43
%0.91
%53.65

CMYK Percentages of Color #c704eb

%15
%98
%0
%8

Triadic Colors of #c704eb

#c704eb #ebc704 #04ebc7

Analogous Colors of #c704eb

#c704eb #eb049c #5404eb

Monochromatic Colors of #c704eb

#c704eb

Complementary Color

#c704eb #28eb04

#c704eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c704eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c704eb Color CSS Codes

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

#c704eb Text Font Color

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

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


#c704eb Background Color

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

This div background color is #c704eb


#c704eb Border Color

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

This div border color is #c704eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c704eb


Comments

No comments written yet.

Please login to write comment.