Color Hex Logo

#613ffb Color Hex

#613FFB
(97,63,251)
0 Favorites   0 Comments

Color spaces of #613ffb

RGB 9763251
HSL0.700.960.62
HSV251°75°98°
CMYK 0.610.750.00   0.02
XYZ24.119913.061492.5166
Yxy13.06140.18600.1007
Hunter Lab36.140655.8834-126.4787
CIE-Lab42.855662.8669-87.9553

#613ffb color RGB value is (97,63,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111111 11111011
Octal 141 77 373
Decimal 97 63 251
Hex 61 3F FB

RGB Percentages of Color #613ffb

%23.60
%15.33
%61.07

CMYK Percentages of Color #613ffb

%61
%75
%0
%2

Triadic Colors of #613ffb

#613ffb #fb613f #3ffb61

Analogous Colors of #613ffb

#613ffb #bf3ffb #3f7bfb

Monochromatic Colors of #613ffb

#613ffb

Complementary Color

#613ffb #d9fb3f

#613ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#613ffb Color CSS Codes

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

#613ffb Text Font Color

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

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


#613ffb Background Color

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

This div background color is #613ffb


#613ffb Border Color

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

This div border color is #613ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613ffb


Comments

No comments written yet.

Please login to write comment.