Color Hex Logo

#611498 Color Hex

#611498
(97,20,152)
0 Favorites   0 Comments

Color spaces of #611498

RGB 9720152
HSL0.760.770.34
HSV275°87°60°
CMYK 0.360.870.00   0.40
XYZ10.84745.308730.1587
Yxy5.30870.23420.1146
Hunter Lab23.040643.7158-61.4784
CIE-Lab27.596754.6132-55.2042

#611498 color RGB value is (97,20,152).

#611498 hex color red value is 97, green value is 20 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #611498 hue: 0.76 , saturation: 0.77 and the lightness value of 611498 is 0.34.

The process color (four color CMYK) of #611498 color hex is 0.36, 0.87, 0.00, 0.40. Web safe color of #611498 is #660099. Color #611498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010100 10011000
Octal 141 24 230
Decimal 97 20 152
Hex 61 14 98

RGB Percentages of Color #611498

%36.06
%7.43
%56.51

CMYK Percentages of Color #611498

%36
%87
%0
%40

Triadic Colors of #611498

#611498 #986114 #149861

Analogous Colors of #611498

#611498 #98148d #1f1498

Monochromatic Colors of #611498

#611498

Complementary Color

#611498 #4b9814

#611498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611498 Color CSS Codes

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

#611498 Text Font Color

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

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


#611498 Background Color

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

This div background color is #611498


#611498 Border Color

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

This div border color is #611498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,20,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #611498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #611498;
  -webkit-box-shadow: 1px 1px 3px 2px #611498;
  box-shadow:         1px 1px 3px 2px #611498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611498


Comments

No comments written yet.

Please login to write comment.