Color Hex Logo

#7390ed Color Hex

#7390ED
(115,144,237)
0 Favorites   0 Comments

Color spaces of #7390ed

RGB 115144237
HSL0.630.770.69
HSV226°51°93°
CMYK 0.510.390.00   0.07
XYZ32.329629.705884.1506
Yxy29.70580.22120.2032
Hunter Lab54.503010.5007-53.3894
CIE-Lab61.399515.4069-50.0918

#7390ed color RGB value is (115,144,237).

#7390ed hex color red value is 115, green value is 144 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7390ed hue: 0.63 , saturation: 0.77 and the lightness value of 7390ed is 0.69.

The process color (four color CMYK) of #7390ed color hex is 0.51, 0.39, 0.00, 0.07. Web safe color of #7390ed is #6699ff. Color #7390ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010000 11101101
Octal 163 220 355
Decimal 115 144 237
Hex 73 90 ED

RGB Percentages of Color #7390ed

%23.19
%29.03
%47.78

CMYK Percentages of Color #7390ed

%51
%39
%0
%7

Triadic Colors of #7390ed

#7390ed #ed7390 #90ed73

Analogous Colors of #7390ed

#7390ed #9373ed #73cded

Monochromatic Colors of #7390ed

#7390ed

Complementary Color

#7390ed #edd073

#7390ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7390ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7390ed Color CSS Codes

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

#7390ed Text Font Color

<p style="color:#7390ed">Text here</p>

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


#7390ed Background Color

<div style="background-color:#7390ed">
Div content here</div>

This div background color is #7390ed


#7390ed Border Color

<div style="border:3px solid #7390ed">
Div here</div>

This div border color is #7390ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,144,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7390ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7390ed;
  -webkit-box-shadow: 1px 1px 3px 2px #7390ed;
  box-shadow:         1px 1px 3px 2px #7390ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7390ed


Comments

No comments written yet.

Please login to write comment.