Color Hex Logo

#615edd Color Hex

#615EDD
(97,94,221)
0 Favorites   0 Comments

Color spaces of #615edd

RGB 9794221
HSL0.670.650.62
HSV241°57°87°
CMYK 0.560.570.00   0.13
XYZ21.983615.767370.2913
Yxy15.76730.20350.1459
Hunter Lab39.708129.3340-77.1597
CIE-Lab46.667736.7994-64.8053

#615edd color RGB value is (97,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 11011101
Octal 141 136 335
Decimal 97 94 221
Hex 61 5E DD

RGB Percentages of Color #615edd

%23.54
%22.82
%53.64

CMYK Percentages of Color #615edd

%56
%57
%0
%13

Triadic Colors of #615edd

#615edd #dd615e #5edd61

Analogous Colors of #615edd

#615edd #a15edd #5e9bdd

Monochromatic Colors of #615edd

#615edd

Complementary Color

#615edd #dadd5e

#615edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#615edd Color CSS Codes

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

#615edd Text Font Color

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

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


#615edd Background Color

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

This div background color is #615edd


#615edd Border Color

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

This div border color is #615edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615edd


Comments

No comments written yet.

Please login to write comment.