Color Hex Logo

#613eac Color Hex

#613EAC
(97,62,172)
0 Favorites   0 Comments

Color spaces of #613eac

RGB 9762172
HSL0.720.470.46
HSV259°64°67°
CMYK 0.440.640.00   0.33
XYZ14.09888.965240.0171
Yxy8.96520.22350.1421
Hunter Lab29.941931.6521-58.2811
CIE-Lab35.917240.8970-53.7476

#613eac color RGB value is (97,62,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111110 10101100
Octal 141 76 254
Decimal 97 62 172
Hex 61 3E AC

RGB Percentages of Color #613eac

%29.31
%18.73
%51.96

CMYK Percentages of Color #613eac

%44
%64
%0
%33

Triadic Colors of #613eac

#613eac #ac613e #3eac61

Analogous Colors of #613eac

#613eac #983eac #3e52ac

Monochromatic Colors of #613eac

#613eac

Complementary Color

#613eac #89ac3e

#613eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#613eac Color CSS Codes

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

#613eac Text Font Color

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

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


#613eac Background Color

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

This div background color is #613eac


#613eac Border Color

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

This div border color is #613eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613eac


Comments

No comments written yet.

Please login to write comment.