Color Hex Logo

#615abe Color Hex

#615ABE
(97,90,190)
0 Favorites   0 Comments

Color spaces of #615abe

RGB 9790190
HSL0.680.430.55
HSV244°53°75°
CMYK 0.490.530.00   0.25
XYZ17.880213.571450.3924
Yxy13.57140.21850.1658
Hunter Lab36.839422.1671-55.3149
CIE-Lab43.611929.5456-51.9237

#615abe color RGB value is (97,90,190).

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

The process color (four color CMYK) of #615abe color hex is 0.49, 0.53, 0.00, 0.25. Web safe color of #615abe is #6666cc. Color #615abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011010 10111110
Octal 141 132 276
Decimal 97 90 190
Hex 61 5A BE

RGB Percentages of Color #615abe

%25.73
%23.87
%50.40

CMYK Percentages of Color #615abe

%49
%53
%0
%25

Triadic Colors of #615abe

#615abe #be615a #5abe61

Analogous Colors of #615abe

#615abe #935abe #5a85be

Monochromatic Colors of #615abe

#615abe

Complementary Color

#615abe #b7be5a

#615abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#615abe Color CSS Codes

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

#615abe Text Font Color

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

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


#615abe Background Color

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

This div background color is #615abe


#615abe Border Color

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

This div border color is #615abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615abe


Comments

No comments written yet.

Please login to write comment.