Color Hex Logo

#613bdb Color Hex

#613BDB
(97,59,219)
0 Favorites   0 Comments

Color spaces of #613bdb

RGB 9759219
HSL0.710.690.55
HSV254°73°86°
CMYK 0.560.730.00   0.14
XYZ19.279910.783868.0831
Yxy10.78380.19640.1099
Hunter Lab32.838747.3313-99.9364
CIE-Lab39.213955.7911-75.8273

#613bdb color RGB value is (97,59,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111011 11011011
Octal 141 73 333
Decimal 97 59 219
Hex 61 3B DB

RGB Percentages of Color #613bdb

%25.87
%15.73
%58.40

CMYK Percentages of Color #613bdb

%56
%73
%0
%14

Triadic Colors of #613bdb

#613bdb #db613b #3bdb61

Analogous Colors of #613bdb

#613bdb #b13bdb #3b65db

Monochromatic Colors of #613bdb

#613bdb

Complementary Color

#613bdb #b5db3b

#613bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#613bdb Color CSS Codes

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

#613bdb Text Font Color

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

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


#613bdb Background Color

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

This div background color is #613bdb


#613bdb Border Color

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

This div border color is #613bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,59,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 #613bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613bdb


Comments

No comments written yet.

Please login to write comment.