Color Hex Logo

#613095 Color Hex

#613095
(97,48,149)
0 Favorites   0 Comments

Color spaces of #613095

RGB 9748149
HSL0.750.510.39
HSV269°68°58°
CMYK 0.350.680.00   0.42
XYZ11.41156.825229.1497
Yxy6.82520.24080.1440
Hunter Lab26.125132.2503-47.8667
CIE-Lab31.405642.3289-47.1667

#613095 color RGB value is (97,48,149).

#613095 hex color red value is 97, green value is 48 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #613095 hue: 0.75 , saturation: 0.51 and the lightness value of 613095 is 0.39.

The process color (four color CMYK) of #613095 color hex is 0.35, 0.68, 0.00, 0.42. Web safe color of #613095 is #663399. Color #613095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110000 10010101
Octal 141 60 225
Decimal 97 48 149
Hex 61 30 95

RGB Percentages of Color #613095

%32.99
%16.33
%50.68

CMYK Percentages of Color #613095

%35
%68
%0
%42

Triadic Colors of #613095

#613095 #956130 #309561

Analogous Colors of #613095

#613095 #943095 #303295

Monochromatic Colors of #613095

#613095

Complementary Color

#613095 #649530

#613095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613095 Color CSS Codes

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

#613095 Text Font Color

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

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


#613095 Background Color

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

This div background color is #613095


#613095 Border Color

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

This div border color is #613095


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,48,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613095; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613095;
  -webkit-box-shadow: 1px 1px 3px 2px #613095;
  box-shadow:         1px 1px 3px 2px #613095; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613095


Comments

No comments written yet.

Please login to write comment.