Color Hex Logo

#c707ea Color Hex

#C707EA
(199,7,234)
0 Favorites   0 Comments

Color spaces of #c707ea

RGB 1997234
HSL0.810.940.47
HSV291°97°92°
CMYK 0.150.970.00   0.08
XYZ38.480418.234679.3334
Yxy18.23460.28280.1340
Hunter Lab42.702086.1247-80.2598
CIE-Lab49.779486.3561-66.5552

#c707ea color RGB value is (199,7,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 11101010
Octal 307 7 352
Decimal 199 7 234
Hex C7 7 EA

RGB Percentages of Color #c707ea

%45.23
%1.59
%53.18

CMYK Percentages of Color #c707ea

%15
%97
%0
%8

Triadic Colors of #c707ea

#c707ea #eac707 #07eac7

Analogous Colors of #c707ea

#c707ea #ea079c #5607ea

Monochromatic Colors of #c707ea

#c707ea

Complementary Color

#c707ea #2aea07

#c707ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c707ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c707ea Color CSS Codes

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

#c707ea Text Font Color

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

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


#c707ea Background Color

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

This div background color is #c707ea


#c707ea Border Color

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

This div border color is #c707ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c707ea


Comments

No comments written yet.

Please login to write comment.