Color Hex Logo

#617eed Color Hex

#617EED
(97,126,237)
0 Favorites   0 Comments

Color spaces of #617eed

RGB 97126237
HSL0.630.800.65
HSV228°59°93°
CMYK 0.590.470.00   0.07
XYZ27.676723.577583.2130
Yxy23.57750.20580.1753
Hunter Lab48.556716.7686-67.6174
CIE-Lab55.662322.5181-59.2994

#617eed color RGB value is (97,126,237).

#617eed hex color red value is 97, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #617eed hue: 0.63 , saturation: 0.80 and the lightness value of 617eed is 0.65.

The process color (four color CMYK) of #617eed color hex is 0.59, 0.47, 0.00, 0.07. Web safe color of #617eed is #6666ff. Color #617eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111110 11101101
Octal 141 176 355
Decimal 97 126 237
Hex 61 7E ED

RGB Percentages of Color #617eed

%21.09
%27.39
%51.52

CMYK Percentages of Color #617eed

%59
%47
%0
%7

Triadic Colors of #617eed

#617eed #ed617e #7eed61

Analogous Colors of #617eed

#617eed #8a61ed #61c4ed

Monochromatic Colors of #617eed

#617eed

Complementary Color

#617eed #edd061

#617eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#617eed Color CSS Codes

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

#617eed Text Font Color

<p style="color:#617eed">Text here</p>

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


#617eed Background Color

<div style="background-color:#617eed">
Div content here</div>

This div background color is #617eed


#617eed Border Color

<div style="border:3px solid #617eed">
Div here</div>

This div border color is #617eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,126,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #617eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #617eed;
  -webkit-box-shadow: 1px 1px 3px 2px #617eed;
  box-shadow:         1px 1px 3px 2px #617eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617eed


Comments

No comments written yet.

Please login to write comment.