Color Hex Logo

#613bed Color Hex

#613BED
(97,59,237)
0 Favorites   0 Comments

Color spaces of #613bed

RGB 9759237
HSL0.700.830.58
HSV253°75°93°
CMYK 0.590.750.00   0.07
XYZ21.779811.783781.2473
Yxy11.78370.18970.1026
Hunter Lab34.327453.1805-116.3005
CIE-Lab40.870360.8370-83.3516

#613bed color RGB value is (97,59,237).

#613bed hex color red value is 97, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #613bed hue: 0.70 , saturation: 0.83 and the lightness value of 613bed is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111011 11101101
Octal 141 73 355
Decimal 97 59 237
Hex 61 3B ED

RGB Percentages of Color #613bed

%24.68
%15.01
%60.31

CMYK Percentages of Color #613bed

%59
%75
%0
%7

Triadic Colors of #613bed

#613bed #ed613b #3bed61

Analogous Colors of #613bed

#613bed #ba3bed #3b6eed

Monochromatic Colors of #613bed

#613bed

Complementary Color

#613bed #c7ed3b

#613bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#613bed Color CSS Codes

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

#613bed Text Font Color

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

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


#613bed Background Color

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

This div background color is #613bed


#613bed Border Color

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

This div border color is #613bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613bed


Comments

No comments written yet.

Please login to write comment.