Color Hex Logo

#615485 Color Hex

#615485
(97,84,133)
0 Favorites   0 Comments

Color spaces of #615485

RGB 9784133
HSL0.710.230.43
HSV256°37°52°
CMYK 0.270.370.00   0.48
XYZ12.333710.575523.5815
Yxy10.57550.26530.2275
Hunter Lab32.520010.7888-20.2295
CIE-Lab38.856116.6879-25.5272

#615485 color RGB value is (97,84,133).

#615485 hex color red value is 97, green value is 84 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #615485 hue: 0.71 , saturation: 0.23 and the lightness value of 615485 is 0.43.

The process color (four color CMYK) of #615485 color hex is 0.27, 0.37, 0.00, 0.48. Web safe color of #615485 is #666699. Color #615485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010100 10000101
Octal 141 124 205
Decimal 97 84 133
Hex 61 54 85

RGB Percentages of Color #615485

%30.89
%26.75
%42.36

CMYK Percentages of Color #615485

%27
%37
%0
%48

Triadic Colors of #615485

#615485 #856154 #548561

Analogous Colors of #615485

#615485 #7a5485 #546085

Monochromatic Colors of #615485

#615485

Complementary Color

#615485 #788554

#615485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615485 Color CSS Codes

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

#615485 Text Font Color

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

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


#615485 Background Color

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

This div background color is #615485


#615485 Border Color

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

This div border color is #615485


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,84,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 #615485">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615485


Comments

No comments written yet.

Please login to write comment.