Color Hex Logo

#7384af Color Hex

#7384AF
(115,132,175)
0 Favorites   0 Comments

Color spaces of #7384af

RGB 115132175
HSL0.620.270.57
HSV223°34°69°
CMYK 0.340.250.00   0.31
XYZ23.059423.242543.8283
Yxy23.24250.25580.2579
Hunter Lab48.21051.0094-20.1534
CIE-Lab55.32124.4266-24.7032

#7384af color RGB value is (115,132,175).

#7384af hex color red value is 115, green value is 132 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7384af hue: 0.62 , saturation: 0.27 and the lightness value of 7384af is 0.57.

The process color (four color CMYK) of #7384af color hex is 0.34, 0.25, 0.00, 0.31. Web safe color of #7384af is #669999. Color #7384af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000100 10101111
Octal 163 204 257
Decimal 115 132 175
Hex 73 84 AF

RGB Percentages of Color #7384af

%27.25
%31.28
%41.47

CMYK Percentages of Color #7384af

%34
%25
%0
%31

Triadic Colors of #7384af

#7384af #af7384 #84af73

Analogous Colors of #7384af

#7384af #8073af #73a2af

Monochromatic Colors of #7384af

#7384af

Complementary Color

#7384af #af9e73

#7384af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7384af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7384af Color CSS Codes

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

#7384af Text Font Color

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

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


#7384af Background Color

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

This div background color is #7384af


#7384af Border Color

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

This div border color is #7384af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7384af


Comments

No comments written yet.

Please login to write comment.