Color Hex Logo

#7380ee Color Hex

#7380EE
(115,128,238)
0 Favorites   0 Comments

Color spaces of #7380ee

RGB 115128238
HSL0.650.780.69
HSV234°52°93°
CMYK 0.520.460.00   0.07
XYZ30.222025.256284.1710
Yxy25.25620.21640.1809
Hunter Lab50.255519.3967-64.1236
CIE-Lab57.324225.2175-57.1331

#7380ee color RGB value is (115,128,238).

#7380ee hex color red value is 115, green value is 128 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7380ee hue: 0.65 , saturation: 0.78 and the lightness value of 7380ee is 0.69.

The process color (four color CMYK) of #7380ee color hex is 0.52, 0.46, 0.00, 0.07. Web safe color of #7380ee is #6699ff. Color #7380ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000000 11101110
Octal 163 200 356
Decimal 115 128 238
Hex 73 80 EE

RGB Percentages of Color #7380ee

%23.91
%26.61
%49.48

CMYK Percentages of Color #7380ee

%52
%46
%0
%7

Triadic Colors of #7380ee

#7380ee #ee7380 #80ee73

Analogous Colors of #7380ee

#7380ee #a473ee #73beee

Monochromatic Colors of #7380ee

#7380ee

Complementary Color

#7380ee #eee173

#7380ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7380ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7380ee Color CSS Codes

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

#7380ee Text Font Color

<p style="color:#7380ee">Text here</p>

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


#7380ee Background Color

<div style="background-color:#7380ee">
Div content here</div>

This div background color is #7380ee


#7380ee Border Color

<div style="border:3px solid #7380ee">
Div here</div>

This div border color is #7380ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,128,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7380ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7380ee;
  -webkit-box-shadow: 1px 1px 3px 2px #7380ee;
  box-shadow:         1px 1px 3px 2px #7380ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,128,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7380ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7380ee


Comments

No comments written yet.

Please login to write comment.