Color Hex Logo

#613cdb Color Hex

#613CDB
(97,60,219)
0 Favorites   0 Comments

Color spaces of #613cdb

RGB 9760219
HSL0.710.690.55
HSV254°73°86°
CMYK 0.560.730.00   0.14
XYZ19.331810.887668.1004
Yxy10.88760.19660.1107
Hunter Lab32.996446.8354-99.2697
CIE-Lab39.390555.2934-75.5373

#613cdb color RGB value is (97,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111100 11011011
Octal 141 74 333
Decimal 97 60 219
Hex 61 3C DB

RGB Percentages of Color #613cdb

%25.80
%15.96
%58.24

CMYK Percentages of Color #613cdb

%56
%73
%0
%14

Triadic Colors of #613cdb

#613cdb #db613c #3cdb61

Analogous Colors of #613cdb

#613cdb #b13cdb #3c67db

Monochromatic Colors of #613cdb

#613cdb

Complementary Color

#613cdb #b6db3c

#613cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#613cdb Color CSS Codes

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

#613cdb Text Font Color

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

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


#613cdb Background Color

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

This div background color is #613cdb


#613cdb Border Color

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

This div border color is #613cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613cdb


Comments

No comments written yet.

Please login to write comment.