Color Hex Logo

#615fad Color Hex

#615FAD
(97,95,173)
0 Favorites   0 Comments

Color spaces of #615fad

RGB 9795173
HSL0.670.320.53
HSV242°45°68°
CMYK 0.440.450.00   0.32
XYZ16.564813.742941.3148
Yxy13.74290.23130.1919
Hunter Lab37.071414.8850-40.1266
CIE-Lab43.861921.2626-41.5820

#615fad color RGB value is (97,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011111 10101101
Octal 141 137 255
Decimal 97 95 173
Hex 61 5F AD

RGB Percentages of Color #615fad

%26.58
%26.03
%47.40

CMYK Percentages of Color #615fad

%44
%45
%0
%32

Triadic Colors of #615fad

#615fad #ad615f #5fad61

Analogous Colors of #615fad

#615fad #885fad #5f84ad

Monochromatic Colors of #615fad

#615fad

Complementary Color

#615fad #abad5f

#615fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#615fad Color CSS Codes

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

#615fad Text Font Color

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

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


#615fad Background Color

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

This div background color is #615fad


#615fad Border Color

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

This div border color is #615fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,95,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 #615fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615fad


Comments

No comments written yet.

Please login to write comment.