Color Hex Logo

#615afa Color Hex

#615AFA
(97,90,250)
0 Favorites   0 Comments

Color spaces of #615afa

RGB 9790250
HSL0.670.940.67
HSV243°64°98°
CMYK 0.610.640.00   0.02
XYZ25.841216.755892.3147
Yxy16.75580.19150.1242
Hunter Lab40.933841.0513-105.0581
CIE-Lab47.950948.2625-79.0325

#615afa color RGB value is (97,90,250).

#615afa hex color red value is 97, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #615afa hue: 0.67 , saturation: 0.94 and the lightness value of 615afa is 0.67.

The process color (four color CMYK) of #615afa color hex is 0.61, 0.64, 0.00, 0.02. Web safe color of #615afa is #6666ff. Color #615afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011010 11111010
Octal 141 132 372
Decimal 97 90 250
Hex 61 5A FA

RGB Percentages of Color #615afa

%22.20
%20.59
%57.21

CMYK Percentages of Color #615afa

%61
%64
%0
%2

Triadic Colors of #615afa

#615afa #fa615a #5afa61

Analogous Colors of #615afa

#615afa #b15afa #5aa3fa

Monochromatic Colors of #615afa

#615afa

Complementary Color

#615afa #f3fa5a

#615afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#615afa Color CSS Codes

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

#615afa Text Font Color

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

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


#615afa Background Color

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

This div background color is #615afa


#615afa Border Color

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

This div border color is #615afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615afa


Comments

No comments written yet.

Please login to write comment.