Color Hex Logo

#615afe Color Hex

#615AFE
(97,90,254)
0 Favorites   0 Comments

Color spaces of #615afe

RGB 9790254
HSL0.670.990.67
HSV243°65°100°
CMYK 0.620.650.00   0.00
XYZ26.475317.009595.6537
Yxy17.00950.19030.1222
Hunter Lab41.242642.4120-108.6412
CIE-Lab48.272049.5063-80.7340

#615afe color RGB value is (97,90,254).

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

The process color (four color CMYK) of #615afe color hex is 0.62, 0.65, 0.00, 0.00. Web safe color of #615afe is #6666ff. Color #615afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011010 11111110
Octal 141 132 376
Decimal 97 90 254
Hex 61 5A FE

RGB Percentages of Color #615afe

%22.00
%20.41
%57.60

CMYK Percentages of Color #615afe

%62
%65
%0
%0

Triadic Colors of #615afe

#615afe #fe615a #5afe61

Analogous Colors of #615afe

#615afe #b35afe #5aa5fe

Monochromatic Colors of #615afe

#615afe

Complementary Color

#615afe #f7fe5a

#615afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#615afe Color CSS Codes

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

#615afe Text Font Color

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

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


#615afe Background Color

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

This div background color is #615afe


#615afe Border Color

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

This div border color is #615afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615afe

Related Colors


Comments

No comments written yet.

Please login to write comment.