Color Hex Logo

#7387be Color Hex

#7387BE
(115,135,190)
0 Favorites   0 Comments

Color spaces of #7387be

RGB 115135190
HSL0.620.370.60
HSV224°39°75°
CMYK 0.390.290.00   0.25
XYZ25.028524.690552.1618
Yxy24.69050.24570.2423
Hunter Lab49.68952.9533-27.4573
CIE-Lab56.77266.8058-31.0227

#7387be color RGB value is (115,135,190).

#7387be hex color red value is 115, green value is 135 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7387be hue: 0.62 , saturation: 0.37 and the lightness value of 7387be is 0.60.

The process color (four color CMYK) of #7387be color hex is 0.39, 0.29, 0.00, 0.25. Web safe color of #7387be is #6699cc. Color #7387be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000111 10111110
Octal 163 207 276
Decimal 115 135 190
Hex 73 87 BE

RGB Percentages of Color #7387be

%26.14
%30.68
%43.18

CMYK Percentages of Color #7387be

%39
%29
%0
%25

Triadic Colors of #7387be

#7387be #be7387 #87be73

Analogous Colors of #7387be

#7387be #8573be #73adbe

Monochromatic Colors of #7387be

#7387be

Complementary Color

#7387be #beaa73

#7387be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7387be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7387be Color CSS Codes

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

#7387be Text Font Color

<p style="color:#7387be">Text here</p>

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


#7387be Background Color

<div style="background-color:#7387be">
Div content here</div>

This div background color is #7387be


#7387be Border Color

<div style="border:3px solid #7387be">
Div here</div>

This div border color is #7387be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,135,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7387be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7387be;
  -webkit-box-shadow: 1px 1px 3px 2px #7387be;
  box-shadow:         1px 1px 3px 2px #7387be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7387be


Comments

No comments written yet.

Please login to write comment.