Color Hex Logo

#611bd2 Color Hex

#611BD2
(97,27,210)
0 Favorites   0 Comments

Color spaces of #611bd2

RGB 9727210
HSL0.730.770.46
HSV263°87°82°
CMYK 0.540.870.00   0.18
XYZ16.95467.978461.6191
Yxy7.97840.19590.0922
Hunter Lab28.246157.7134-109.5696
CIE-Lab33.937966.2126-79.3306

#611bd2 color RGB value is (97,27,210).

#611bd2 hex color red value is 97, green value is 27 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #611bd2 hue: 0.73 , saturation: 0.77 and the lightness value of 611bd2 is 0.46.

The process color (four color CMYK) of #611bd2 color hex is 0.54, 0.87, 0.00, 0.18. Web safe color of #611bd2 is #6633cc. Color #611bd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011011 11010010
Octal 141 33 322
Decimal 97 27 210
Hex 61 1B D2

RGB Percentages of Color #611bd2

%29.04
%8.08
%62.87

CMYK Percentages of Color #611bd2

%54
%87
%0
%18

Triadic Colors of #611bd2

#611bd2 #d2611b #1bd261

Analogous Colors of #611bd2

#611bd2 #bd1bd2 #1b30d2

Monochromatic Colors of #611bd2

#611bd2

Complementary Color

#611bd2 #8cd21b

#611bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611bd2 Color CSS Codes

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

#611bd2 Text Font Color

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

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


#611bd2 Background Color

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

This div background color is #611bd2


#611bd2 Border Color

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

This div border color is #611bd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611bd2


Comments

No comments written yet.

Please login to write comment.