Color Hex Logo

#612eae Color Hex

#612EAE
(97,46,174)
0 Favorites   0 Comments

Color spaces of #612eae

RGB 9746174
HSL0.730.580.43
HSV264°74°68°
CMYK 0.440.740.00   0.32
XYZ13.54677.551440.7880
Yxy7.55140.21890.1220
Hunter Lab27.479839.9053-68.7677
CIE-Lab33.030649.8383-59.6387

#612eae color RGB value is (97,46,174).

#612eae hex color red value is 97, green value is 46 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #612eae hue: 0.73 , saturation: 0.58 and the lightness value of 612eae is 0.43.

The process color (four color CMYK) of #612eae color hex is 0.44, 0.74, 0.00, 0.32. Web safe color of #612eae is #663399. Color #612eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101110 10101110
Octal 141 56 256
Decimal 97 46 174
Hex 61 2E AE

RGB Percentages of Color #612eae

%30.60
%14.51
%54.89

CMYK Percentages of Color #612eae

%44
%74
%0
%32

Triadic Colors of #612eae

#612eae #ae612e #2eae61

Analogous Colors of #612eae

#612eae #a12eae #2e3bae

Monochromatic Colors of #612eae

#612eae

Complementary Color

#612eae #7bae2e

#612eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#612eae Color CSS Codes

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

#612eae Text Font Color

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

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


#612eae Background Color

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

This div background color is #612eae


#612eae Border Color

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

This div border color is #612eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612eae


Comments

No comments written yet.

Please login to write comment.