Color Hex Logo

#7385ab Color Hex

#7385AB
(115,133,171)
0 Favorites   0 Comments

Color spaces of #7385ab

RGB 115133171
HSL0.610.250.56
HSV221°33°67°
CMYK 0.330.220.00   0.33
XYZ22.808423.360241.8349
Yxy23.36020.25920.2654
Hunter Lab48.3324-0.3463-17.4868
CIE-Lab55.44142.7729-22.2224

#7385ab color RGB value is (115,133,171).

#7385ab hex color red value is 115, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7385ab hue: 0.61 , saturation: 0.25 and the lightness value of 7385ab is 0.56.

The process color (four color CMYK) of #7385ab color hex is 0.33, 0.22, 0.00, 0.33. Web safe color of #7385ab is #669999. Color #7385ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000101 10101011
Octal 163 205 253
Decimal 115 133 171
Hex 73 85 AB

RGB Percentages of Color #7385ab

%27.45
%31.74
%40.81

CMYK Percentages of Color #7385ab

%33
%22
%0
%33

Triadic Colors of #7385ab

#7385ab #ab7385 #85ab73

Analogous Colors of #7385ab

#7385ab #7d73ab #73a1ab

Monochromatic Colors of #7385ab

#7385ab

Complementary Color

#7385ab #ab9973

#7385ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7385ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7385ab Color CSS Codes

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

#7385ab Text Font Color

<p style="color:#7385ab">Text here</p>

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


#7385ab Background Color

<div style="background-color:#7385ab">
Div content here</div>

This div background color is #7385ab


#7385ab Border Color

<div style="border:3px solid #7385ab">
Div here</div>

This div border color is #7385ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,133,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7385ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7385ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7385ab;
  box-shadow:         1px 1px 3px 2px #7385ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7385ab


Comments

No comments written yet.

Please login to write comment.