Color Hex Logo

#7030eb Color Hex

#7030EB
(112,48,235)
0 Favorites   0 Comments

Color spaces of #7030eb

RGB 11248235
HSL0.720.820.55
HSV261°80°92°
CMYK 0.520.800.00   0.08
XYZ22.734411.556879.6297
Yxy11.55680.19960.1014
Hunter Lab33.995359.8804-115.0827
CIE-Lab40.502966.8269-82.7730

#7030eb color RGB value is (112,48,235).

#7030eb hex color red value is 112, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7030eb hue: 0.72 , saturation: 0.82 and the lightness value of 7030eb is 0.55.

The process color (four color CMYK) of #7030eb color hex is 0.52, 0.80, 0.00, 0.08. Web safe color of #7030eb is #6633ff. Color #7030eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110000 11101011
Octal 160 60 353
Decimal 112 48 235
Hex 70 30 EB

RGB Percentages of Color #7030eb

%28.35
%12.15
%59.49

CMYK Percentages of Color #7030eb

%52
%80
%0
%8

Triadic Colors of #7030eb

#7030eb #eb7030 #30eb70

Analogous Colors of #7030eb

#7030eb #ce30eb #304deb

Monochromatic Colors of #7030eb

#7030eb

Complementary Color

#7030eb #abeb30

#7030eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7030eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7030eb Color CSS Codes

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

#7030eb Text Font Color

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

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


#7030eb Background Color

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

This div background color is #7030eb


#7030eb Border Color

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

This div border color is #7030eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7030eb


Comments

No comments written yet.

Please login to write comment.