Color Hex Logo

#613dfa Color Hex

#613DFA
(97,61,250)
0 Favorites   0 Comments

Color spaces of #613dfa

RGB 9761250
HSL0.700.950.61
HSV251°76°98°
CMYK 0.610.760.00   0.02
XYZ23.853812.781091.6522
Yxy12.78100.18590.0996
Hunter Lab35.750556.5370-126.9741
CIE-Lab42.431463.5270-88.0949

#613dfa color RGB value is (97,61,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111101 11111010
Octal 141 75 372
Decimal 97 61 250
Hex 61 3D FA

RGB Percentages of Color #613dfa

%23.77
%14.95
%61.27

CMYK Percentages of Color #613dfa

%61
%76
%0
%2

Triadic Colors of #613dfa

#613dfa #fa613d #3dfa61

Analogous Colors of #613dfa

#613dfa #c03dfa #3d78fa

Monochromatic Colors of #613dfa

#613dfa

Complementary Color

#613dfa #d6fa3d

#613dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#613dfa Color CSS Codes

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

#613dfa Text Font Color

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

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


#613dfa Background Color

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

This div background color is #613dfa


#613dfa Border Color

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

This div border color is #613dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.