Color Hex Logo

#617aca Color Hex

#617ACA
(97,122,202)
0 Favorites   0 Comments

Color spaces of #617aca

RGB 97122202
HSL0.630.500.59
HSV226°52°79°
CMYK 0.520.400.00   0.21
XYZ22.550020.724758.6889
Yxy20.72470.22120.2033
Hunter Lab45.52448.7503-44.5681
CIE-Lab52.646913.6407-44.4087

#617aca color RGB value is (97,122,202).

#617aca hex color red value is 97, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #617aca hue: 0.63 , saturation: 0.50 and the lightness value of 617aca is 0.59.

The process color (four color CMYK) of #617aca color hex is 0.52, 0.40, 0.00, 0.21. Web safe color of #617aca is #6666cc. Color #617aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111010 11001010
Octal 141 172 312
Decimal 97 122 202
Hex 61 7A CA

RGB Percentages of Color #617aca

%23.04
%28.98
%47.98

CMYK Percentages of Color #617aca

%52
%40
%0
%21

Triadic Colors of #617aca

#617aca #ca617a #7aca61

Analogous Colors of #617aca

#617aca #7d61ca #61afca

Monochromatic Colors of #617aca

#617aca

Complementary Color

#617aca #cab161

#617aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#617aca Color CSS Codes

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

#617aca Text Font Color

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

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


#617aca Background Color

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

This div background color is #617aca


#617aca Border Color

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

This div border color is #617aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617aca


Comments

No comments written yet.

Please login to write comment.