Color Hex Logo

#611bed Color Hex

#611BED
(97,27,237)
0 Favorites   0 Comments

Color spaces of #611bed

RGB 9727237
HSL0.720.850.52
HSV260°89°93°
CMYK 0.590.890.00   0.07
XYZ20.60789.439780.8567
Yxy9.43970.18580.0851
Hunter Lab30.724165.9595-134.5268
CIE-Lab36.817472.7163-90.0480

#611bed color RGB value is (97,27,237).

#611bed hex color red value is 97, green value is 27 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #611bed hue: 0.72 , saturation: 0.85 and the lightness value of 611bed is 0.52.

The process color (four color CMYK) of #611bed color hex is 0.59, 0.89, 0.00, 0.07. Web safe color of #611bed is #6633ff. Color #611bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011011 11101101
Octal 141 33 355
Decimal 97 27 237
Hex 61 1B ED

RGB Percentages of Color #611bed

%26.87
%7.48
%65.65

CMYK Percentages of Color #611bed

%59
%89
%0
%7

Triadic Colors of #611bed

#611bed #ed611b #1bed61

Analogous Colors of #611bed

#611bed #ca1bed #1b3eed

Monochromatic Colors of #611bed

#611bed

Complementary Color

#611bed #a7ed1b

#611bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#611bed Color CSS Codes

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

#611bed Text Font Color

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

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


#611bed Background Color

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

This div background color is #611bed


#611bed Border Color

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

This div border color is #611bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611bed


Comments

No comments written yet.

Please login to write comment.