Color Hex Logo

#613cfe Color Hex

#613CFE
(97,60,254)
0 Favorites   0 Comments

Color spaces of #613cfe

RGB 9760254
HSL0.700.990.62
HSV251°76°100°
CMYK 0.620.760.00   0.00
XYZ24.435012.928994.9736
Yxy12.92890.18460.0977
Hunter Lab35.956858.3781-131.4345
CIE-Lab42.655965.1002-89.9619

#613cfe color RGB value is (97,60,254).

#613cfe hex color red value is 97, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #613cfe hue: 0.70 , saturation: 0.99 and the lightness value of 613cfe is 0.62.

The process color (four color CMYK) of #613cfe color hex is 0.62, 0.76, 0.00, 0.00. Web safe color of #613cfe is #6633ff. Color #613cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111100 11111110
Octal 141 74 376
Decimal 97 60 254
Hex 61 3C FE

RGB Percentages of Color #613cfe

%23.60
%14.60
%61.80

CMYK Percentages of Color #613cfe

%62
%76
%0
%0

Triadic Colors of #613cfe

#613cfe #fe613c #3cfe61

Analogous Colors of #613cfe

#613cfe #c23cfe #3c78fe

Monochromatic Colors of #613cfe

#613cfe

Complementary Color

#613cfe #d9fe3c

#613cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#613cfe Color CSS Codes

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

#613cfe Text Font Color

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

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


#613cfe Background Color

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

This div background color is #613cfe


#613cfe Border Color

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

This div border color is #613cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613cfe


Comments

No comments written yet.

Please login to write comment.