Color Hex Logo

#7027ea Color Hex

#7027EA
(112,39,234)
0 Favorites   0 Comments

Color spaces of #7027ea

RGB 11239234
HSL0.730.820.54
HSV262°83°92°
CMYK 0.520.830.00   0.08
XYZ22.258910.836378.7603
Yxy10.83630.19900.0969
Hunter Lab32.918563.0909-118.8132
CIE-Lab39.303469.8180-84.1830

#7027ea color RGB value is (112,39,234).

#7027ea hex color red value is 112, green value is 39 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7027ea hue: 0.73 , saturation: 0.82 and the lightness value of 7027ea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 11101010
Octal 160 47 352
Decimal 112 39 234
Hex 70 27 EA

RGB Percentages of Color #7027ea

%29.09
%10.13
%60.78

CMYK Percentages of Color #7027ea

%52
%83
%0
%8

Triadic Colors of #7027ea

#7027ea #ea7027 #27ea70

Analogous Colors of #7027ea

#7027ea #d227ea #2740ea

Monochromatic Colors of #7027ea

#7027ea

Complementary Color

#7027ea #a1ea27

#7027ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7027ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7027ea Color CSS Codes

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

#7027ea Text Font Color

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

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


#7027ea Background Color

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

This div background color is #7027ea


#7027ea Border Color

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

This div border color is #7027ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7027ea


Comments

No comments written yet.

Please login to write comment.