Color Hex Logo

#613abf Color Hex

#613ABF
(97,58,191)
0 Favorites   0 Comments

Color spaces of #613abf

RGB 9758191
HSL0.720.530.49
HSV258°70°75°
CMYK 0.490.700.00   0.25
XYZ15.84689.329150.2557
Yxy9.32910.21010.1237
Hunter Lab30.543639.1592-76.1739
CIE-Lab36.610448.4244-63.8553

#613abf color RGB value is (97,58,191).

#613abf hex color red value is 97, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #613abf hue: 0.72 , saturation: 0.53 and the lightness value of 613abf is 0.49.

The process color (four color CMYK) of #613abf color hex is 0.49, 0.70, 0.00, 0.25. Web safe color of #613abf is #6633cc. Color #613abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111010 10111111
Octal 141 72 277
Decimal 97 58 191
Hex 61 3A BF

RGB Percentages of Color #613abf

%28.03
%16.76
%55.20

CMYK Percentages of Color #613abf

%49
%70
%0
%25

Triadic Colors of #613abf

#613abf #bf613a #3abf61

Analogous Colors of #613abf

#613abf #a43abf #3a55bf

Monochromatic Colors of #613abf

#613abf

Complementary Color

#613abf #98bf3a

#613abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#613abf Color CSS Codes

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

#613abf Text Font Color

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

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


#613abf Background Color

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

This div background color is #613abf


#613abf Border Color

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

This div border color is #613abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613abf


Comments

No comments written yet.

Please login to write comment.