Color Hex Logo

#613eaa Color Hex

#613EAA
(97,62,170)
0 Favorites   0 Comments

Color spaces of #613eaa

RGB 9762170
HSL0.720.470.45
HSV259°64°67°
CMYK 0.430.640.00   0.33
XYZ13.90818.888939.0129
Yxy8.88890.22500.1438
Hunter Lab29.814331.0938-56.7129
CIE-Lab35.769540.3349-52.7938

#613eaa color RGB value is (97,62,170).

#613eaa hex color red value is 97, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #613eaa hue: 0.72 , saturation: 0.47 and the lightness value of 613eaa is 0.45.

The process color (four color CMYK) of #613eaa color hex is 0.43, 0.64, 0.00, 0.33. Web safe color of #613eaa is #663399. Color #613eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111110 10101010
Octal 141 76 252
Decimal 97 62 170
Hex 61 3E AA

RGB Percentages of Color #613eaa

%29.48
%18.84
%51.67

CMYK Percentages of Color #613eaa

%43
%64
%0
%33

Triadic Colors of #613eaa

#613eaa #aa613e #3eaa61

Analogous Colors of #613eaa

#613eaa #973eaa #3e51aa

Monochromatic Colors of #613eaa

#613eaa

Complementary Color

#613eaa #87aa3e

#613eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#613eaa Color CSS Codes

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

#613eaa Text Font Color

<p style="color:#613eaa">Text here</p>

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


#613eaa Background Color

<div style="background-color:#613eaa">
Div content here</div>

This div background color is #613eaa


#613eaa Border Color

<div style="border:3px solid #613eaa">
Div here</div>

This div border color is #613eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,62,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #613eaa;
  box-shadow:         1px 1px 3px 2px #613eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613eaa


Comments

No comments written yet.

Please login to write comment.