Color Hex Logo

#736285 Color Hex

#736285
(115,98,133)
0 Favorites   0 Comments

Color spaces of #736285

RGB 11598133
HSL0.750.150.45
HSV269°26°52°
CMYK 0.140.260.00   0.48
XYZ15.671614.073724.0808
Yxy14.07370.29120.2615
Hunter Lab37.51498.9160-11.7977
CIE-Lab44.338414.0958-16.9166

#736285 color RGB value is (115,98,133).

#736285 hex color red value is 115, green value is 98 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #736285 hue: 0.75 , saturation: 0.15 and the lightness value of 736285 is 0.45.

The process color (four color CMYK) of #736285 color hex is 0.14, 0.26, 0.00, 0.48. Web safe color of #736285 is #666699. Color #736285 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100010 10000101
Octal 163 142 205
Decimal 115 98 133
Hex 73 62 85

RGB Percentages of Color #736285

%33.24
%28.32
%38.44

CMYK Percentages of Color #736285

%14
%26
%0
%48

Triadic Colors of #736285

#736285 #857362 #628573

Analogous Colors of #736285

#736285 #856285 #626385

Monochromatic Colors of #736285

#736285

Complementary Color

#736285 #748562

#736285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736285 Color CSS Codes

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

#736285 Text Font Color

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

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


#736285 Background Color

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

This div background color is #736285


#736285 Border Color

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

This div border color is #736285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736285


Comments

No comments written yet.

Please login to write comment.