Color Hex Logo

#611cac Color Hex

#611CAC
(97,28,172)
0 Favorites   0 Comments

Color spaces of #611cac

RGB 9728172
HSL0.750.720.39
HSV269°84°67°
CMYK 0.440.840.00   0.33
XYZ12.79146.350539.5813
Yxy6.35050.21780.1081
Hunter Lab25.200246.5047-75.4851
CIE-Lab30.280156.7469-62.9449

#611cac color RGB value is (97,28,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011100 10101100
Octal 141 34 254
Decimal 97 28 172
Hex 61 1C AC

RGB Percentages of Color #611cac

%32.66
%9.43
%57.91

CMYK Percentages of Color #611cac

%44
%84
%0
%33

Triadic Colors of #611cac

#611cac #ac611c #1cac61

Analogous Colors of #611cac

#611cac #a91cac #1c1fac

Monochromatic Colors of #611cac

#611cac

Complementary Color

#611cac #67ac1c

#611cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#611cac Color CSS Codes

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

#611cac Text Font Color

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

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


#611cac Background Color

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

This div background color is #611cac


#611cac Border Color

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

This div border color is #611cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611cac


Comments

No comments written yet.

Please login to write comment.