Color Hex Logo

#613bc2 Color Hex

#613BC2
(97,59,194)
0 Favorites   0 Comments

Color spaces of #613bc2

RGB 9759194
HSL0.710.530.50
HSV257°70°76°
CMYK 0.500.700.00   0.24
XYZ16.23139.564452.0296
Yxy9.56440.20860.1229
Hunter Lab30.926439.5623-78.0993
CIE-Lab37.049048.7417-64.8966

#613bc2 color RGB value is (97,59,194).

#613bc2 hex color red value is 97, green value is 59 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #613bc2 hue: 0.71 , saturation: 0.53 and the lightness value of 613bc2 is 0.50.

The process color (four color CMYK) of #613bc2 color hex is 0.50, 0.70, 0.00, 0.24. Web safe color of #613bc2 is #6633cc. Color #613bc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111011 11000010
Octal 141 73 302
Decimal 97 59 194
Hex 61 3B C2

RGB Percentages of Color #613bc2

%27.71
%16.86
%55.43

CMYK Percentages of Color #613bc2

%50
%70
%0
%24

Triadic Colors of #613bc2

#613bc2 #c2613b #3bc261

Analogous Colors of #613bc2

#613bc2 #a53bc2 #3b59c2

Monochromatic Colors of #613bc2

#613bc2

Complementary Color

#613bc2 #9cc23b

#613bc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613bc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613bc2 Color CSS Codes

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

#613bc2 Text Font Color

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

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


#613bc2 Background Color

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

This div background color is #613bc2


#613bc2 Border Color

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

This div border color is #613bc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613bc2


Comments

No comments written yet.

Please login to write comment.