Color Hex Logo

#611cab Color Hex

#611CAB
(97,28,171)
0 Favorites   0 Comments

Color spaces of #611cab

RGB 9728171
HSL0.750.720.39
HSV269°84°67°
CMYK 0.430.840.00   0.33
XYZ12.69576.312239.0773
Yxy6.31220.21860.1087
Hunter Lab25.124146.2324-74.6311
CIE-Lab30.186856.5081-62.4972

#611cab color RGB value is (97,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011100 10101011
Octal 141 34 253
Decimal 97 28 171
Hex 61 1C AB

RGB Percentages of Color #611cab

%32.77
%9.46
%57.77

CMYK Percentages of Color #611cab

%43
%84
%0
%33

Triadic Colors of #611cab

#611cab #ab611c #1cab61

Analogous Colors of #611cab

#611cab #a91cab #1c1eab

Monochromatic Colors of #611cab

#611cab

Complementary Color

#611cab #66ab1c

#611cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#611cab Color CSS Codes

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

#611cab Text Font Color

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

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


#611cab Background Color

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

This div background color is #611cab


#611cab Border Color

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

This div border color is #611cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611cab


Comments

No comments written yet.

Please login to write comment.