Color Hex Logo

#617fed Color Hex

#617FED
(97,127,237)
0 Favorites   0 Comments

Color spaces of #617fed

RGB 97127237
HSL0.630.800.65
HSV227°59°93°
CMYK 0.590.460.00   0.07
XYZ27.805223.834683.2558
Yxy23.83460.20610.1767
Hunter Lab48.820716.2262-66.9350
CIE-Lab55.921821.9115-58.8833

#617fed color RGB value is (97,127,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111111 11101101
Octal 141 177 355
Decimal 97 127 237
Hex 61 7F ED

RGB Percentages of Color #617fed

%21.04
%27.55
%51.41

CMYK Percentages of Color #617fed

%59
%46
%0
%7

Triadic Colors of #617fed

#617fed #ed617f #7fed61

Analogous Colors of #617fed

#617fed #8961ed #61c5ed

Monochromatic Colors of #617fed

#617fed

Complementary Color

#617fed #edcf61

#617fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#617fed Color CSS Codes

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

#617fed Text Font Color

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

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


#617fed Background Color

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

This div background color is #617fed


#617fed Border Color

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

This div border color is #617fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617fed


Comments

No comments written yet.

Please login to write comment.