Color Hex Logo

#611fbd Color Hex

#611FBD
(97,31,189)
0 Favorites   0 Comments

Color spaces of #611fbd

RGB 9731189
HSL0.740.720.43
HSV265°84°74°
CMYK 0.490.840.00   0.26
XYZ14.60517.195548.7632
Yxy7.19550.20700.1020
Hunter Lab26.824450.2452-89.0041
CIE-Lab32.247959.8441-69.8313

#611fbd color RGB value is (97,31,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011111 10111101
Octal 141 37 275
Decimal 97 31 189
Hex 61 1F BD

RGB Percentages of Color #611fbd

%30.60
%9.78
%59.62

CMYK Percentages of Color #611fbd

%49
%84
%0
%26

Triadic Colors of #611fbd

#611fbd #bd611f #1fbd61

Analogous Colors of #611fbd

#611fbd #b01fbd #1f2cbd

Monochromatic Colors of #611fbd

#611fbd

Complementary Color

#611fbd #7bbd1f

#611fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#611fbd Color CSS Codes

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

#611fbd Text Font Color

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

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


#611fbd Background Color

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

This div background color is #611fbd


#611fbd Border Color

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

This div border color is #611fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611fbd


Comments

No comments written yet.

Please login to write comment.