Color Hex Logo

#611eba Color Hex

#611EBA
(97,30,186)
0 Favorites   0 Comments

Color spaces of #611eba

RGB 9730186
HSL0.740.720.42
HSV266°84°73°
CMYK 0.480.840.00   0.27
XYZ14.25707.015147.0570
Yxy7.01510.20870.1027
Hunter Lab26.486049.7331-86.7987
CIE-Lab31.841359.4520-68.7265

#611eba color RGB value is (97,30,186).

#611eba hex color red value is 97, green value is 30 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #611eba hue: 0.74 , saturation: 0.72 and the lightness value of 611eba is 0.42.

The process color (four color CMYK) of #611eba color hex is 0.48, 0.84, 0.00, 0.27. Web safe color of #611eba is #6633cc. Color #611eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011110 10111010
Octal 141 36 272
Decimal 97 30 186
Hex 61 1E BA

RGB Percentages of Color #611eba

%30.99
%9.58
%59.42

CMYK Percentages of Color #611eba

%48
%84
%0
%27

Triadic Colors of #611eba

#611eba #ba611e #1eba61

Analogous Colors of #611eba

#611eba #af1eba #1e29ba

Monochromatic Colors of #611eba

#611eba

Complementary Color

#611eba #77ba1e

#611eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#611eba Color CSS Codes

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

#611eba Text Font Color

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

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


#611eba Background Color

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

This div background color is #611eba


#611eba Border Color

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

This div border color is #611eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611eba


Comments

No comments written yet.

Please login to write comment.