Color Hex Logo

#613883 Color Hex

#613883
(97,56,131)
0 Favorites   0 Comments

Color spaces of #613883

RGB 9756131
HSL0.760.400.37
HSV273°57°51°
CMYK 0.260.570.00   0.49
XYZ10.44077.008422.2752
Yxy7.00840.26280.1764
Hunter Lab26.473424.0693-31.3563
CIE-Lab31.826033.3138-35.3880

#613883 color RGB value is (97,56,131).

#613883 hex color red value is 97, green value is 56 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #613883 hue: 0.76 , saturation: 0.40 and the lightness value of 613883 is 0.37.

The process color (four color CMYK) of #613883 color hex is 0.26, 0.57, 0.00, 0.49. Web safe color of #613883 is #663399. Color #613883 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111000 10000011
Octal 141 70 203
Decimal 97 56 131
Hex 61 38 83

RGB Percentages of Color #613883

%34.15
%19.72
%46.13

CMYK Percentages of Color #613883

%26
%57
%0
%49

Triadic Colors of #613883

#613883 #836138 #388361

Analogous Colors of #613883

#613883 #833880 #3b3883

Monochromatic Colors of #613883

#613883

Complementary Color

#613883 #5a8338

#613883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613883 Color CSS Codes

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

#613883 Text Font Color

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

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


#613883 Background Color

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

This div background color is #613883


#613883 Border Color

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

This div border color is #613883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613883


Comments

No comments written yet.

Please login to write comment.