Color Hex Logo

#7140eb Color Hex

#7140EB
(113,64,235)
0 Favorites   0 Comments

Color spaces of #7140eb

RGB 11364235
HSL0.710.810.59
HSV257°73°92°
CMYK 0.520.730.00   0.08
XYZ23.638813.175779.8945
Yxy13.17570.20250.1129
Hunter Lab36.298352.7236-105.0914
CIE-Lab43.026860.0102-78.6210

#7140eb color RGB value is (113,64,235).

#7140eb hex color red value is 113, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7140eb hue: 0.71 , saturation: 0.81 and the lightness value of 7140eb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 11101011
Octal 161 100 353
Decimal 113 64 235
Hex 71 40 EB

RGB Percentages of Color #7140eb

%27.43
%15.53
%57.04

CMYK Percentages of Color #7140eb

%52
%73
%0
%8

Triadic Colors of #7140eb

#7140eb #eb7140 #40eb71

Analogous Colors of #7140eb

#7140eb #c740eb #4065eb

Monochromatic Colors of #7140eb

#7140eb

Complementary Color

#7140eb #baeb40

#7140eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7140eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7140eb Color CSS Codes

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

#7140eb Text Font Color

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

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


#7140eb Background Color

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

This div background color is #7140eb


#7140eb Border Color

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

This div border color is #7140eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7140eb


Comments

No comments written yet.

Please login to write comment.