Color Hex Logo

#615eda Color Hex

#615EDA
(97,94,218)
0 Favorites   0 Comments

Color spaces of #615eda

RGB 9794218
HSL0.670.630.61
HSV241°57°85°
CMYK 0.560.570.00   0.15
XYZ21.587415.608768.2047
Yxy15.60870.20480.1481
Hunter Lab39.507828.3951-74.7003
CIE-Lab46.456935.8531-63.4412

#615eda color RGB value is (97,94,218).

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

The process color (four color CMYK) of #615eda color hex is 0.56, 0.57, 0.00, 0.15. Web safe color of #615eda is #6666cc. Color #615eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 11011010
Octal 141 136 332
Decimal 97 94 218
Hex 61 5E DA

RGB Percentages of Color #615eda

%23.72
%22.98
%53.30

CMYK Percentages of Color #615eda

%56
%57
%0
%15

Triadic Colors of #615eda

#615eda #da615e #5eda61

Analogous Colors of #615eda

#615eda #9f5eda #5e99da

Monochromatic Colors of #615eda

#615eda

Complementary Color

#615eda #d7da5e

#615eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#615eda Color CSS Codes

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

#615eda Text Font Color

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

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


#615eda Background Color

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

This div background color is #615eda


#615eda Border Color

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

This div border color is #615eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615eda


Comments

No comments written yet.

Please login to write comment.