Color Hex Logo

#613cfd Color Hex

#613CFD
(97,60,253)
0 Favorites   0 Comments

Color spaces of #613cfd

RGB 9760253
HSL0.700.980.61
HSV252°76°99°
CMYK 0.620.760.00   0.01
XYZ24.275212.865094.1322
Yxy12.86500.18490.0980
Hunter Lab35.867858.0395-130.4944
CIE-Lab42.559164.8228-89.5628

#613cfd color RGB value is (97,60,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111100 11111101
Octal 141 74 375
Decimal 97 60 253
Hex 61 3C FD

RGB Percentages of Color #613cfd

%23.66
%14.63
%61.71

CMYK Percentages of Color #613cfd

%62
%76
%0
%1

Triadic Colors of #613cfd

#613cfd #fd613c #3cfd61

Analogous Colors of #613cfd

#613cfd #c23cfd #3c78fd

Monochromatic Colors of #613cfd

#613cfd

Complementary Color

#613cfd #d8fd3c

#613cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#613cfd Color CSS Codes

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

#613cfd Text Font Color

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

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


#613cfd Background Color

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

This div background color is #613cfd


#613cfd Border Color

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

This div border color is #613cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613cfd


Comments

No comments written yet.

Please login to write comment.