Color Hex Logo

#612aee Color Hex

#612AEE
(97,42,238)
0 Favorites   0 Comments

Color spaces of #612aee

RGB 9742238
HSL0.710.850.55
HSV257°82°93°
CMYK 0.590.820.00   0.07
XYZ21.190310.370481.7737
Yxy10.37040.18700.0915
Hunter Lab32.203161.1012-128.0136
CIE-Lab38.499268.2715-87.8306

#612aee color RGB value is (97,42,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101010 11101110
Octal 141 52 356
Decimal 97 42 238
Hex 61 2A EE

RGB Percentages of Color #612aee

%25.73
%11.14
%63.13

CMYK Percentages of Color #612aee

%59
%82
%0
%7

Triadic Colors of #612aee

#612aee #ee612a #2aee61

Analogous Colors of #612aee

#612aee #c32aee #2a55ee

Monochromatic Colors of #612aee

#612aee

Complementary Color

#612aee #b7ee2a

#612aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#612aee Color CSS Codes

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

#612aee Text Font Color

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

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


#612aee Background Color

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

This div background color is #612aee


#612aee Border Color

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

This div border color is #612aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612aee


Comments

No comments written yet.

Please login to write comment.