Color Hex Logo

#615ecf Color Hex

#615ECF
(97,94,207)
0 Favorites   0 Comments

Color spaces of #615ecf

RGB 9794207
HSL0.670.540.59
HSV242°55°81°
CMYK 0.530.550.00   0.19
XYZ20.195015.051860.8724
Yxy15.05180.21010.1566
Hunter Lab38.796625.0213-65.8691
CIE-Lab45.705132.3884-58.3713

#615ecf color RGB value is (97,94,207).

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

The process color (four color CMYK) of #615ecf color hex is 0.53, 0.55, 0.00, 0.19. Web safe color of #615ecf is #6666cc. Color #615ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 11001111
Octal 141 136 317
Decimal 97 94 207
Hex 61 5E CF

RGB Percentages of Color #615ecf

%24.37
%23.62
%52.01

CMYK Percentages of Color #615ecf

%53
%55
%0
%19

Triadic Colors of #615ecf

#615ecf #cf615e #5ecf61

Analogous Colors of #615ecf

#615ecf #9a5ecf #5e94cf

Monochromatic Colors of #615ecf

#615ecf

Complementary Color

#615ecf #cccf5e

#615ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#615ecf Color CSS Codes

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

#615ecf Text Font Color

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

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


#615ecf Background Color

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

This div background color is #615ecf


#615ecf Border Color

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

This div border color is #615ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615ecf


Comments

No comments written yet.

Please login to write comment.