Color Hex Logo

#612088 Color Hex

#612088
(97,32,136)
0 Favorites   0 Comments

Color spaces of #612088

RGB 9732136
HSL0.770.620.33
HSV278°76°53°
CMYK 0.290.760.00   0.47
XYZ9.89025.352023.8043
Yxy5.35200.25330.1371
Hunter Lab23.134435.8255-44.8128
CIE-Lab27.715046.7491-45.1131

#612088 color RGB value is (97,32,136).

#612088 hex color red value is 97, green value is 32 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #612088 hue: 0.77 , saturation: 0.62 and the lightness value of 612088 is 0.33.

The process color (four color CMYK) of #612088 color hex is 0.29, 0.76, 0.00, 0.47. Web safe color of #612088 is #663399. Color #612088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100000 10001000
Octal 141 40 210
Decimal 97 32 136
Hex 61 20 88

RGB Percentages of Color #612088

%36.60
%12.08
%51.32

CMYK Percentages of Color #612088

%29
%76
%0
%47

Triadic Colors of #612088

#612088 #886120 #208861

Analogous Colors of #612088

#612088 #88207b #2d2088

Monochromatic Colors of #612088

#612088

Complementary Color

#612088 #478820

#612088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612088 Color CSS Codes

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

#612088 Text Font Color

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

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


#612088 Background Color

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

This div background color is #612088


#612088 Border Color

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

This div border color is #612088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612088


Comments

No comments written yet.

Please login to write comment.