Color Hex Logo

#615884 Color Hex

#615884
(97,88,132)
0 Favorites   0 Comments

Color spaces of #615884

RGB 9788132
HSL0.700.200.43
HSV252°33°52°
CMYK 0.270.330.00   0.48
XYZ12.584311.186823.3258
Yxy11.18680.26720.2375
Hunter Lab33.44678.6289-17.9363
CIE-Lab39.893313.9201-23.3032

#615884 color RGB value is (97,88,132).

#615884 hex color red value is 97, green value is 88 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #615884 hue: 0.70 , saturation: 0.20 and the lightness value of 615884 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011000 10000100
Octal 141 130 204
Decimal 97 88 132
Hex 61 58 84

RGB Percentages of Color #615884

%30.60
%27.76
%41.64

CMYK Percentages of Color #615884

%27
%33
%0
%48

Triadic Colors of #615884

#615884 #846158 #588461

Analogous Colors of #615884

#615884 #775884 #586584

Monochromatic Colors of #615884

#615884

Complementary Color

#615884 #7b8458

#615884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615884 Color CSS Codes

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

#615884 Text Font Color

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

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


#615884 Background Color

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

This div background color is #615884


#615884 Border Color

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

This div border color is #615884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615884


Comments

No comments written yet.

Please login to write comment.