Color Hex Logo

#617aea Color Hex

#617AEA
(97,122,234)
0 Favorites   0 Comments

Color spaces of #617aea

RGB 97122234
HSL0.640.770.65
HSV229°59°92°
CMYK 0.590.480.00   0.08
XYZ26.740622.401080.7563
Yxy22.40100.20590.1725
Hunter Lab47.329718.0230-68.0328
CIE-Lab54.449923.9645-59.5722

#617aea color RGB value is (97,122,234).

#617aea hex color red value is 97, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #617aea hue: 0.64 , saturation: 0.77 and the lightness value of 617aea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111010 11101010
Octal 141 172 352
Decimal 97 122 234
Hex 61 7A EA

RGB Percentages of Color #617aea

%21.41
%26.93
%51.66

CMYK Percentages of Color #617aea

%59
%48
%0
%8

Triadic Colors of #617aea

#617aea #ea617a #7aea61

Analogous Colors of #617aea

#617aea #8d61ea #61bfea

Monochromatic Colors of #617aea

#617aea

Complementary Color

#617aea #ead161

#617aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#617aea Color CSS Codes

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

#617aea Text Font Color

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

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


#617aea Background Color

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

This div background color is #617aea


#617aea Border Color

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

This div border color is #617aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617aea


Comments

No comments written yet.

Please login to write comment.