Color Hex Logo

#611088 Color Hex

#611088
(97,16,136)
0 Favorites   0 Comments

Color spaces of #611088

RGB 9716136
HSL0.780.790.30
HSV281°88°53°
CMYK 0.290.880.00   0.47
XYZ9.55904.689523.6939
Yxy4.68950.25190.1236
Hunter Lab21.655340.8963-49.7129
CIE-Lab25.831252.2137-48.1745

#611088 color RGB value is (97,16,136).

#611088 hex color red value is 97, green value is 16 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #611088 hue: 0.78 , saturation: 0.79 and the lightness value of 611088 is 0.30.

The process color (four color CMYK) of #611088 color hex is 0.29, 0.88, 0.00, 0.47. Web safe color of #611088 is #660099. Color #611088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010000 10001000
Octal 141 20 210
Decimal 97 16 136
Hex 61 10 88

RGB Percentages of Color #611088

%38.96
%6.43
%54.62

CMYK Percentages of Color #611088

%29
%88
%0
%47

Triadic Colors of #611088

#611088 #886110 #108861

Analogous Colors of #611088

#611088 #881073 #251088

Monochromatic Colors of #611088

#611088

Complementary Color

#611088 #378810

#611088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611088 Color CSS Codes

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

#611088 Text Font Color

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

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


#611088 Background Color

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

This div background color is #611088


#611088 Border Color

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

This div border color is #611088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611088


Comments

No comments written yet.

Please login to write comment.