Color Hex Logo

#615aba Color Hex

#615ABA
(97,90,186)
0 Favorites   0 Comments

Color spaces of #615aba

RGB 9790186
HSL0.680.410.54
HSV244°52°73°
CMYK 0.480.520.00   0.27
XYZ17.448913.398948.1210
Yxy13.39890.22100.1697
Hunter Lab36.604521.0308-52.3206
CIE-Lab43.358228.3166-50.0009

#615aba color RGB value is (97,90,186).

#615aba hex color red value is 97, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #615aba hue: 0.68 , saturation: 0.41 and the lightness value of 615aba is 0.54.

The process color (four color CMYK) of #615aba color hex is 0.48, 0.52, 0.00, 0.27. Web safe color of #615aba is #6666cc. Color #615aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011010 10111010
Octal 141 132 272
Decimal 97 90 186
Hex 61 5A BA

RGB Percentages of Color #615aba

%26.01
%24.13
%49.87

CMYK Percentages of Color #615aba

%48
%52
%0
%27

Triadic Colors of #615aba

#615aba #ba615a #5aba61

Analogous Colors of #615aba

#615aba #915aba #5a83ba

Monochromatic Colors of #615aba

#615aba

Complementary Color

#615aba #b3ba5a

#615aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#615aba Color CSS Codes

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

#615aba Text Font Color

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

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


#615aba Background Color

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

This div background color is #615aba


#615aba Border Color

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

This div border color is #615aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,90,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #615aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #615aba;
  -webkit-box-shadow: 1px 1px 3px 2px #615aba;
  box-shadow:         1px 1px 3px 2px #615aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615aba


Comments

No comments written yet.

Please login to write comment.