Color Hex Logo

#615dde Color Hex

#615DDE
(97,93,222)
0 Favorites   0 Comments

Color spaces of #615dde

RGB 9793222
HSL0.670.660.62
HSV242°58°87°
CMYK 0.560.580.00   0.13
XYZ22.028915.644070.9658
Yxy15.64400.20280.1440
Hunter Lab39.552530.1993-78.6924
CIE-Lab46.503937.7160-65.6388

#615dde color RGB value is (97,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011101 11011110
Octal 141 135 336
Decimal 97 93 222
Hex 61 5D DE

RGB Percentages of Color #615dde

%23.54
%22.57
%53.88

CMYK Percentages of Color #615dde

%56
%58
%0
%13

Triadic Colors of #615dde

#615dde #de615d #5dde61

Analogous Colors of #615dde

#615dde #a25dde #5d9ade

Monochromatic Colors of #615dde

#615dde

Complementary Color

#615dde #dade5d

#615dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#615dde Color CSS Codes

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

#615dde Text Font Color

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

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


#615dde Background Color

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

This div background color is #615dde


#615dde Border Color

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

This div border color is #615dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615dde


Comments

No comments written yet.

Please login to write comment.