Color Hex Logo

#615392 Color Hex

#615392
(97,83,146)
0 Favorites   0 Comments

Color spaces of #615392

RGB 9783146
HSL0.700.280.45
HSV253°43°57°
CMYK 0.340.430.00   0.43
XYZ13.211310.803228.5830
Yxy10.80320.25120.2054
Hunter Lab32.868214.2282-28.5523
CIE-Lab39.247020.8699-32.8063

#615392 color RGB value is (97,83,146).

#615392 hex color red value is 97, green value is 83 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #615392 hue: 0.70 , saturation: 0.28 and the lightness value of 615392 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010011 10010010
Octal 141 123 222
Decimal 97 83 146
Hex 61 53 92

RGB Percentages of Color #615392

%29.75
%25.46
%44.79

CMYK Percentages of Color #615392

%34
%43
%0
%43

Triadic Colors of #615392

#615392 #926153 #539261

Analogous Colors of #615392

#615392 #815392 #536592

Monochromatic Colors of #615392

#615392

Complementary Color

#615392 #849253

#615392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615392 Color CSS Codes

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

#615392 Text Font Color

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

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


#615392 Background Color

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

This div background color is #615392


#615392 Border Color

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

This div border color is #615392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615392


Comments

No comments written yet.

Please login to write comment.