Color Hex Logo

#7387de Color Hex

#7387DE
(115,135,222)
0 Favorites   0 Comments

Color spaces of #7387de

RGB 115135222
HSL0.640.620.66
HSV229°48°87°
CMYK 0.480.390.00   0.13
XYZ28.919026.246772.6492
Yxy26.24670.22630.2053
Hunter Lab51.231511.1039-48.2145
CIE-Lab58.270516.1620-46.7121

#7387de color RGB value is (115,135,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000111 11011110
Octal 163 207 336
Decimal 115 135 222
Hex 73 87 DE

RGB Percentages of Color #7387de

%24.36
%28.60
%47.03

CMYK Percentages of Color #7387de

%48
%39
%0
%13

Triadic Colors of #7387de

#7387de #de7387 #87de73

Analogous Colors of #7387de

#7387de #9573de #73bdde

Monochromatic Colors of #7387de

#7387de

Complementary Color

#7387de #deca73

#7387de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7387de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7387de Color CSS Codes

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

#7387de Text Font Color

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

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


#7387de Background Color

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

This div background color is #7387de


#7387de Border Color

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

This div border color is #7387de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7387de


Comments

No comments written yet.

Please login to write comment.