Color Hex Logo

#611eb0 Color Hex

#611EB0
(97,30,176)
0 Favorites   0 Comments

Color spaces of #611eb0

RGB 9730176
HSL0.740.710.40
HSV268°83°69°
CMYK 0.450.830.00   0.31
XYZ13.23056.604541.6518
Yxy6.60450.21520.1074
Hunter Lab25.699246.9219-78.1043
CIE-Lab30.889057.0210-64.3417

#611eb0 color RGB value is (97,30,176).

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

The process color (four color CMYK) of #611eb0 color hex is 0.45, 0.83, 0.00, 0.31. Web safe color of #611eb0 is #663399. Color #611eb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011110 10110000
Octal 141 36 260
Decimal 97 30 176
Hex 61 1E B0

RGB Percentages of Color #611eb0

%32.01
%9.90
%58.09

CMYK Percentages of Color #611eb0

%45
%83
%0
%31

Triadic Colors of #611eb0

#611eb0 #b0611e #1eb061

Analogous Colors of #611eb0

#611eb0 #aa1eb0 #1e24b0

Monochromatic Colors of #611eb0

#611eb0

Complementary Color

#611eb0 #6db01e

#611eb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611eb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611eb0 Color CSS Codes

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

#611eb0 Text Font Color

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

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


#611eb0 Background Color

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

This div background color is #611eb0


#611eb0 Border Color

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

This div border color is #611eb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611eb0


Comments

No comments written yet.

Please login to write comment.