Color Hex Logo

#612baa Color Hex

#612BAA
(97,43,170)
0 Favorites   0 Comments

Color spaces of #612baa

RGB 9743170
HSL0.740.600.42
HSV266°75°67°
CMYK 0.430.750.00   0.33
XYZ13.04937.171438.7267
Yxy7.17140.22140.1217
Hunter Lab26.779540.1167-66.9957
CIE-Lab32.194050.2079-58.6103

#612baa color RGB value is (97,43,170).

#612baa hex color red value is 97, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #612baa hue: 0.74 , saturation: 0.60 and the lightness value of 612baa is 0.42.

The process color (four color CMYK) of #612baa color hex is 0.43, 0.75, 0.00, 0.33. Web safe color of #612baa is #663399. Color #612baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101011 10101010
Octal 141 53 252
Decimal 97 43 170
Hex 61 2B AA

RGB Percentages of Color #612baa

%31.29
%13.87
%54.84

CMYK Percentages of Color #612baa

%43
%75
%0
%33

Triadic Colors of #612baa

#612baa #aa612b #2baa61

Analogous Colors of #612baa

#612baa #a12baa #2b34aa

Monochromatic Colors of #612baa

#612baa

Complementary Color

#612baa #74aa2b

#612baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#612baa Color CSS Codes

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

#612baa Text Font Color

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

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


#612baa Background Color

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

This div background color is #612baa


#612baa Border Color

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

This div border color is #612baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,43,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #612baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #612baa;
  -webkit-box-shadow: 1px 1px 3px 2px #612baa;
  box-shadow:         1px 1px 3px 2px #612baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612baa


Comments

No comments written yet.

Please login to write comment.