Color Hex Logo

#613adb Color Hex

#613ADB
(97,58,219)
0 Favorites   0 Comments

Color spaces of #613adb

RGB 9758219
HSL0.710.690.54
HSV255°74°86°
CMYK 0.560.740.00   0.14
XYZ19.229010.682068.0662
Yxy10.68200.19630.1090
Hunter Lab32.683347.8234-100.5988
CIE-Lab39.039656.2836-76.1137

#613adb color RGB value is (97,58,219).

#613adb hex color red value is 97, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #613adb hue: 0.71 , saturation: 0.69 and the lightness value of 613adb is 0.54.

The process color (four color CMYK) of #613adb color hex is 0.56, 0.74, 0.00, 0.14. Web safe color of #613adb is #6633cc. Color #613adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111010 11011011
Octal 141 72 333
Decimal 97 58 219
Hex 61 3A DB

RGB Percentages of Color #613adb

%25.94
%15.51
%58.56

CMYK Percentages of Color #613adb

%56
%74
%0
%14

Triadic Colors of #613adb

#613adb #db613a #3adb61

Analogous Colors of #613adb

#613adb #b23adb #3a63db

Monochromatic Colors of #613adb

#613adb

Complementary Color

#613adb #b4db3a

#613adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#613adb Color CSS Codes

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

#613adb Text Font Color

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

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


#613adb Background Color

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

This div background color is #613adb


#613adb Border Color

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

This div border color is #613adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613adb


Comments

No comments written yet.

Please login to write comment.