Color Hex Logo

#615cde Color Hex

#615CDE
(97,92,222)
0 Favorites   0 Comments

Color spaces of #615cde

RGB 9792222
HSL0.670.660.62
HSV242°59°87°
CMYK 0.560.590.00   0.13
XYZ21.941715.469670.9367
Yxy15.46960.20250.1428
Hunter Lab39.331430.7493-79.4013
CIE-Lab46.270838.3151-66.0171

#615cde color RGB value is (97,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011100 11011110
Octal 141 134 336
Decimal 97 92 222
Hex 61 5C DE

RGB Percentages of Color #615cde

%23.60
%22.38
%54.01

CMYK Percentages of Color #615cde

%56
%59
%0
%13

Triadic Colors of #615cde

#615cde #de615c #5cde61

Analogous Colors of #615cde

#615cde #a25cde #5c98de

Monochromatic Colors of #615cde

#615cde

Complementary Color

#615cde #d9de5c

#615cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#615cde Color CSS Codes

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

#615cde Text Font Color

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

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


#615cde Background Color

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

This div background color is #615cde


#615cde Border Color

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

This div border color is #615cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615cde


Comments

No comments written yet.

Please login to write comment.