Color Hex Logo

#615dae Color Hex

#615DAE
(97,93,174)
0 Favorites   0 Comments

Color spaces of #615dae

RGB 9793174
HSL0.670.330.52
HSV243°47°68°
CMYK 0.440.470.00   0.32
XYZ16.484113.426141.7671
Yxy13.42610.23000.1873
Hunter Lab36.641616.1795-41.9344
CIE-Lab43.398422.8064-42.9077

#615dae color RGB value is (97,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011101 10101110
Octal 141 135 256
Decimal 97 93 174
Hex 61 5D AE

RGB Percentages of Color #615dae

%26.65
%25.55
%47.80

CMYK Percentages of Color #615dae

%44
%47
%0
%32

Triadic Colors of #615dae

#615dae #ae615d #5dae61

Analogous Colors of #615dae

#615dae #8a5dae #5d82ae

Monochromatic Colors of #615dae

#615dae

Complementary Color

#615dae #aaae5d

#615dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#615dae Color CSS Codes

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

#615dae Text Font Color

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

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


#615dae Background Color

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

This div background color is #615dae


#615dae Border Color

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

This div border color is #615dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615dae


Comments

No comments written yet.

Please login to write comment.