Color Hex Logo

#7385af Color Hex

#7385AF
(115,133,175)
0 Favorites   0 Comments

Color spaces of #7385af

RGB 115133175
HSL0.620.270.57
HSV222°34°69°
CMYK 0.340.240.00   0.31
XYZ23.195623.515043.8738
Yxy23.51500.25610.2596
Hunter Lab48.49230.5215-19.6986
CIE-Lab55.59893.8426-24.2756

#7385af color RGB value is (115,133,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000101 10101111
Octal 163 205 257
Decimal 115 133 175
Hex 73 85 AF

RGB Percentages of Color #7385af

%27.19
%31.44
%41.37

CMYK Percentages of Color #7385af

%34
%24
%0
%31

Triadic Colors of #7385af

#7385af #af7385 #85af73

Analogous Colors of #7385af

#7385af #7f73af #73a3af

Monochromatic Colors of #7385af

#7385af

Complementary Color

#7385af #af9d73

#7385af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7385af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7385af Color CSS Codes

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

#7385af Text Font Color

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

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


#7385af Background Color

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

This div background color is #7385af


#7385af Border Color

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

This div border color is #7385af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,133,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 #7385af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7385af


Comments

No comments written yet.

Please login to write comment.