Color Hex Logo

#612aec Color Hex

#612AEC
(97,42,236)
0 Favorites   0 Comments

Color spaces of #612aec

RGB 9742236
HSL0.710.840.55
HSV257°82°93°
CMYK 0.590.820.00   0.07
XYZ20.898110.253480.2345
Yxy10.25340.18760.0921
Hunter Lab32.020960.4594-126.1477
CIE-Lab38.293467.7582-87.0375

#612aec color RGB value is (97,42,236).

#612aec hex color red value is 97, green value is 42 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #612aec hue: 0.71 , saturation: 0.84 and the lightness value of 612aec is 0.55.

The process color (four color CMYK) of #612aec color hex is 0.59, 0.82, 0.00, 0.07. Web safe color of #612aec is #6633ff. Color #612aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101010 11101100
Octal 141 52 354
Decimal 97 42 236
Hex 61 2A EC

RGB Percentages of Color #612aec

%25.87
%11.20
%62.93

CMYK Percentages of Color #612aec

%59
%82
%0
%7

Triadic Colors of #612aec

#612aec #ec612a #2aec61

Analogous Colors of #612aec

#612aec #c22aec #2a54ec

Monochromatic Colors of #612aec

#612aec

Complementary Color

#612aec #b5ec2a

#612aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#612aec Color CSS Codes

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

#612aec Text Font Color

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

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


#612aec Background Color

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

This div background color is #612aec


#612aec Border Color

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

This div border color is #612aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612aec


Comments

No comments written yet.

Please login to write comment.