Color Hex Logo

#611ecb Color Hex

#611ECB
(97,30,203)
0 Favorites   0 Comments

Color spaces of #611ecb

RGB 9730203
HSL0.730.740.46
HSV263°85°80°
CMYK 0.520.850.00   0.20
XYZ16.17357.781757.1495
Yxy7.78170.19940.0959
Hunter Lab27.895754.6741-101.9395
CIE-Lab33.524063.6058-75.9433

#611ecb color RGB value is (97,30,203).

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

The process color (four color CMYK) of #611ecb color hex is 0.52, 0.85, 0.00, 0.20. Web safe color of #611ecb is #6633cc. Color #611ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011110 11001011
Octal 141 36 313
Decimal 97 30 203
Hex 61 1E CB

RGB Percentages of Color #611ecb

%29.39
%9.09
%61.52

CMYK Percentages of Color #611ecb

%52
%85
%0
%20

Triadic Colors of #611ecb

#611ecb #cb611e #1ecb61

Analogous Colors of #611ecb

#611ecb #b81ecb #1e32cb

Monochromatic Colors of #611ecb

#611ecb

Complementary Color

#611ecb #88cb1e

#611ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#611ecb Color CSS Codes

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

#611ecb Text Font Color

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

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


#611ecb Background Color

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

This div background color is #611ecb


#611ecb Border Color

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

This div border color is #611ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611ecb


Comments

No comments written yet.

Please login to write comment.