Color Hex Logo

#615ead Color Hex

#615EAD
(97,94,173)
0 Favorites   0 Comments

Color spaces of #615ead

RGB 9794173
HSL0.670.330.52
HSV242°46°68°
CMYK 0.440.460.00   0.32
XYZ16.475313.563941.2849
Yxy13.56390.23100.1902
Hunter Lab36.829215.3997-40.6826
CIE-Lab43.600921.8838-41.9971

#615ead color RGB value is (97,94,173).

#615ead hex color red value is 97, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #615ead hue: 0.67 , saturation: 0.33 and the lightness value of 615ead is 0.52.

The process color (four color CMYK) of #615ead color hex is 0.44, 0.46, 0.00, 0.32. Web safe color of #615ead is #666699. Color #615ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 10101101
Octal 141 136 255
Decimal 97 94 173
Hex 61 5E AD

RGB Percentages of Color #615ead

%26.65
%25.82
%47.53

CMYK Percentages of Color #615ead

%44
%46
%0
%32

Triadic Colors of #615ead

#615ead #ad615e #5ead61

Analogous Colors of #615ead

#615ead #895ead #5e83ad

Monochromatic Colors of #615ead

#615ead

Complementary Color

#615ead #aaad5e

#615ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#615ead Color CSS Codes

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

#615ead Text Font Color

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

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


#615ead Background Color

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

This div background color is #615ead


#615ead Border Color

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

This div border color is #615ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615ead


Comments

No comments written yet.

Please login to write comment.