Color Hex Logo

#7388ee Color Hex

#7388EE
(115,136,238)
0 Favorites   0 Comments

Color spaces of #7388ee

RGB 115136238
HSL0.640.780.69
HSV230°52°93°
CMYK 0.520.430.00   0.07
XYZ31.307027.426284.5326
Yxy27.42620.21850.1914
Hunter Lab52.370015.0604-59.0434
CIE-Lab59.366820.4494-53.8739

#7388ee color RGB value is (115,136,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001000 11101110
Octal 163 210 356
Decimal 115 136 238
Hex 73 88 EE

RGB Percentages of Color #7388ee

%23.52
%27.81
%48.67

CMYK Percentages of Color #7388ee

%52
%43
%0
%7

Triadic Colors of #7388ee

#7388ee #ee7388 #88ee73

Analogous Colors of #7388ee

#7388ee #9c73ee #73c6ee

Monochromatic Colors of #7388ee

#7388ee

Complementary Color

#7388ee #eed973

#7388ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7388ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7388ee Color CSS Codes

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

#7388ee Text Font Color

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

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


#7388ee Background Color

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

This div background color is #7388ee


#7388ee Border Color

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

This div border color is #7388ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,136,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 #7388ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7388ee


Comments

No comments written yet.

Please login to write comment.