Color Hex Logo

#615581 Color Hex

#615581
(97,85,129)
0 Favorites   0 Comments

Color spaces of #615581

RGB 9785129
HSL0.710.210.42
HSV256°34°51°
CMYK 0.250.340.00   0.49
XYZ12.140710.623422.1795
Yxy10.62340.27010.2364
Hunter Lab32.59369.4503-17.5306
CIE-Lab38.938815.0041-22.9556

#615581 color RGB value is (97,85,129).

#615581 hex color red value is 97, green value is 85 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #615581 hue: 0.71 , saturation: 0.21 and the lightness value of 615581 is 0.42.

The process color (four color CMYK) of #615581 color hex is 0.25, 0.34, 0.00, 0.49. Web safe color of #615581 is #666699. Color #615581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010101 10000001
Octal 141 125 201
Decimal 97 85 129
Hex 61 55 81

RGB Percentages of Color #615581

%31.19
%27.33
%41.48

CMYK Percentages of Color #615581

%25
%34
%0
%49

Triadic Colors of #615581

#615581 #816155 #558161

Analogous Colors of #615581

#615581 #775581 #555f81

Monochromatic Colors of #615581

#615581

Complementary Color

#615581 #758155

#615581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615581 Color CSS Codes

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

#615581 Text Font Color

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

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


#615581 Background Color

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

This div background color is #615581


#615581 Border Color

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

This div border color is #615581


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,85,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615581


Comments

No comments written yet.

Please login to write comment.