Color Hex Logo

#613795 Color Hex

#613795
(97,55,149)
0 Favorites   0 Comments

Color spaces of #613795

RGB 9755149
HSL0.740.460.40
HSV267°63°58°
CMYK 0.350.630.00   0.42
XYZ11.72087.443729.2528
Yxy7.44370.24210.1537
Hunter Lab27.283128.9378-44.4721
CIE-Lab32.796438.5429-44.9206

#613795 color RGB value is (97,55,149).

#613795 hex color red value is 97, green value is 55 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #613795 hue: 0.74 , saturation: 0.46 and the lightness value of 613795 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110111 10010101
Octal 141 67 225
Decimal 97 55 149
Hex 61 37 95

RGB Percentages of Color #613795

%32.23
%18.27
%49.50

CMYK Percentages of Color #613795

%35
%63
%0
%42

Triadic Colors of #613795

#613795 #956137 #379561

Analogous Colors of #613795

#613795 #903795 #373c95

Monochromatic Colors of #613795

#613795

Complementary Color

#613795 #6b9537

#613795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613795 Color CSS Codes

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

#613795 Text Font Color

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

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


#613795 Background Color

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

This div background color is #613795


#613795 Border Color

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

This div border color is #613795


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,55,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 #613795">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613795


Comments

No comments written yet.

Please login to write comment.