Color Hex Logo

#7280eb Color Hex

#7280EB
(114,128,235)
0 Favorites   0 Comments

Color spaces of #7280eb

RGB 114128235
HSL0.650.750.68
HSV233°51°92°
CMYK 0.510.460.00   0.08
XYZ29.654025.013981.8625
Yxy25.01390.21720.1832
Hunter Lab50.013918.3110-62.0358
CIE-Lab57.089024.0800-55.8450

#7280eb color RGB value is (114,128,235).

#7280eb hex color red value is 114, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7280eb hue: 0.65 , saturation: 0.75 and the lightness value of 7280eb is 0.68.

The process color (four color CMYK) of #7280eb color hex is 0.51, 0.46, 0.00, 0.08. Web safe color of #7280eb is #6699ff. Color #7280eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000000 11101011
Octal 162 200 353
Decimal 114 128 235
Hex 72 80 EB

RGB Percentages of Color #7280eb

%23.90
%26.83
%49.27

CMYK Percentages of Color #7280eb

%51
%46
%0
%8

Triadic Colors of #7280eb

#7280eb #eb7280 #80eb72

Analogous Colors of #7280eb

#7280eb #a172eb #72bdeb

Monochromatic Colors of #7280eb

#7280eb

Complementary Color

#7280eb #ebdd72

#7280eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7280eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7280eb Color CSS Codes

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

#7280eb Text Font Color

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

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


#7280eb Background Color

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

This div background color is #7280eb


#7280eb Border Color

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

This div border color is #7280eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7280eb


Comments

No comments written yet.

Please login to write comment.