Color Hex Logo

#7365b7 Color Hex

#7365B7
(115,101,183)
0 Favorites   0 Comments

Color spaces of #7365b7

RGB 115101183
HSL0.700.360.56
HSV250°45°72°
CMYK 0.370.450.00   0.28
XYZ20.271216.371146.8913
Yxy16.37110.24270.1960
Hunter Lab40.461218.6219-40.3895
CIE-Lab47.457625.2090-41.6240

#7365b7 color RGB value is (115,101,183).

#7365b7 hex color red value is 115, green value is 101 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #7365b7 hue: 0.70 , saturation: 0.36 and the lightness value of 7365b7 is 0.56.

The process color (four color CMYK) of #7365b7 color hex is 0.37, 0.45, 0.00, 0.28. Web safe color of #7365b7 is #6666cc. Color #7365b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100101 10110111
Octal 163 145 267
Decimal 115 101 183
Hex 73 65 B7

RGB Percentages of Color #7365b7

%28.82
%25.31
%45.86

CMYK Percentages of Color #7365b7

%37
%45
%0
%28

Triadic Colors of #7365b7

#7365b7 #b77365 #65b773

Analogous Colors of #7365b7

#7365b7 #9c65b7 #6580b7

Monochromatic Colors of #7365b7

#7365b7

Complementary Color

#7365b7 #a9b765

#7365b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7365b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7365b7 Color CSS Codes

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

#7365b7 Text Font Color

<p style="color:#7365b7">Text here</p>

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


#7365b7 Background Color

<div style="background-color:#7365b7">
Div content here</div>

This div background color is #7365b7


#7365b7 Border Color

<div style="border:3px solid #7365b7">
Div here</div>

This div border color is #7365b7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,101,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7365b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7365b7;
  -webkit-box-shadow: 1px 1px 3px 2px #7365b7;
  box-shadow:         1px 1px 3px 2px #7365b7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7365b7


Comments

No comments written yet.

Please login to write comment.