Color Hex Logo

#612daa Color Hex

#612DAA
(97,45,170)
0 Favorites   0 Comments

Color spaces of #612daa

RGB 9745170
HSL0.740.580.42
HSV265°74°67°
CMYK 0.430.740.00   0.33
XYZ13.12387.320438.7515
Yxy7.32040.22170.1237
Hunter Lab27.056239.2341-65.9792
CIE-Lab32.525549.2690-58.0690

#612daa color RGB value is (97,45,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101101 10101010
Octal 141 55 252
Decimal 97 45 170
Hex 61 2D AA

RGB Percentages of Color #612daa

%31.09
%14.42
%54.49

CMYK Percentages of Color #612daa

%43
%74
%0
%33

Triadic Colors of #612daa

#612daa #aa612d #2daa61

Analogous Colors of #612daa

#612daa #a02daa #2d38aa

Monochromatic Colors of #612daa

#612daa

Complementary Color

#612daa #76aa2d

#612daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#612daa Color CSS Codes

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

#612daa Text Font Color

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

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


#612daa Background Color

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

This div background color is #612daa


#612daa Border Color

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

This div border color is #612daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,45,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 #612daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612daa


Comments

No comments written yet.

Please login to write comment.