Color Hex Logo

#7384bf Color Hex

#7384BF
(115,132,191)
0 Favorites   0 Comments

Color spaces of #7384bf

RGB 115132191
HSL0.630.370.60
HSV227°40°75°
CMYK 0.400.310.00   0.25
XYZ24.725523.909052.6019
Yxy23.90900.24420.2362
Hunter Lab48.89684.6921-29.5548
CIE-Lab55.99668.8523-32.7996

#7384bf color RGB value is (115,132,191).

#7384bf hex color red value is 115, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7384bf hue: 0.63 , saturation: 0.37 and the lightness value of 7384bf is 0.60.

The process color (four color CMYK) of #7384bf color hex is 0.40, 0.31, 0.00, 0.25. Web safe color of #7384bf is #6699cc. Color #7384bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000100 10111111
Octal 163 204 277
Decimal 115 132 191
Hex 73 84 BF

RGB Percentages of Color #7384bf

%26.26
%30.14
%43.61

CMYK Percentages of Color #7384bf

%40
%31
%0
%25

Triadic Colors of #7384bf

#7384bf #bf7384 #84bf73

Analogous Colors of #7384bf

#7384bf #8873bf #73aabf

Monochromatic Colors of #7384bf

#7384bf

Complementary Color

#7384bf #bfae73

#7384bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7384bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7384bf Color CSS Codes

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

#7384bf Text Font Color

<p style="color:#7384bf">Text here</p>

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


#7384bf Background Color

<div style="background-color:#7384bf">
Div content here</div>

This div background color is #7384bf


#7384bf Border Color

<div style="border:3px solid #7384bf">
Div here</div>

This div border color is #7384bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,132,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7384bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7384bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7384bf;
  box-shadow:         1px 1px 3px 2px #7384bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7384bf


Comments

No comments written yet.

Please login to write comment.