Color Hex Logo

#613cab Color Hex

#613CAB
(97,60,171)
0 Favorites   0 Comments

Color spaces of #613cab

RGB 9760171
HSL0.720.480.45
HSV260°65°67°
CMYK 0.430.650.00   0.33
XYZ13.89638.713439.4775
Yxy8.71340.22380.1403
Hunter Lab29.518532.3745-58.6305
CIE-Lab35.426541.7387-53.9468

#613cab color RGB value is (97,60,171).

#613cab hex color red value is 97, green value is 60 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #613cab hue: 0.72 , saturation: 0.48 and the lightness value of 613cab is 0.45.

The process color (four color CMYK) of #613cab color hex is 0.43, 0.65, 0.00, 0.33. Web safe color of #613cab is #663399. Color #613cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111100 10101011
Octal 141 74 253
Decimal 97 60 171
Hex 61 3C AB

RGB Percentages of Color #613cab

%29.57
%18.29
%52.13

CMYK Percentages of Color #613cab

%43
%65
%0
%33

Triadic Colors of #613cab

#613cab #ab613c #3cab61

Analogous Colors of #613cab

#613cab #993cab #3c4fab

Monochromatic Colors of #613cab

#613cab

Complementary Color

#613cab #86ab3c

#613cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#613cab Color CSS Codes

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

#613cab Text Font Color

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

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


#613cab Background Color

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

This div background color is #613cab


#613cab Border Color

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

This div border color is #613cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613cab


Comments

No comments written yet.

Please login to write comment.