Color Hex Logo

#7007ea Color Hex

#7007EA
(112,7,234)
0 Favorites   0 Comments

Color spaces of #7007ea

RGB 1127234
HSL0.740.940.47
HSV268°97°92°
CMYK 0.520.970.00   0.08
XYZ21.60949.537278.5438
Yxy9.53720.19700.0869
Hunter Lab30.882470.8582-129.1760
CIE-Lab36.998776.7248-87.9919

#7007ea color RGB value is (112,7,234).

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

The process color (four color CMYK) of #7007ea color hex is 0.52, 0.97, 0.00, 0.08. Web safe color of #7007ea is #6600ff. Color #7007ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000111 11101010
Octal 160 7 352
Decimal 112 7 234
Hex 70 7 EA

RGB Percentages of Color #7007ea

%31.73
%1.98
%66.29

CMYK Percentages of Color #7007ea

%52
%97
%0
%8

Triadic Colors of #7007ea

#7007ea #ea7007 #07ea70

Analogous Colors of #7007ea

#7007ea #e207ea #070fea

Monochromatic Colors of #7007ea

#7007ea

Complementary Color

#7007ea #81ea07

#7007ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7007ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7007ea Color CSS Codes

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

#7007ea Text Font Color

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

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


#7007ea Background Color

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

This div background color is #7007ea


#7007ea Border Color

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

This div border color is #7007ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7007ea


Comments

No comments written yet.

Please login to write comment.