Color Hex Logo

#612ee0 Color Hex

#612EE0
(97,46,224)
0 Favorites   0 Comments

Color spaces of #612ee0

RGB 9746224
HSL0.710.740.53
HSV257°79°88°
CMYK 0.570.790.00   0.12
XYZ19.36139.877271.4070
Yxy9.87720.19240.0981
Hunter Lab31.428054.9663-112.7121
CIE-Lab37.621163.0695-81.3126

#612ee0 color RGB value is (97,46,224).

#612ee0 hex color red value is 97, green value is 46 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #612ee0 hue: 0.71 , saturation: 0.74 and the lightness value of 612ee0 is 0.53.

The process color (four color CMYK) of #612ee0 color hex is 0.57, 0.79, 0.00, 0.12. Web safe color of #612ee0 is #6633cc. Color #612ee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101110 11100000
Octal 141 56 340
Decimal 97 46 224
Hex 61 2E E0

RGB Percentages of Color #612ee0

%26.43
%12.53
%61.04

CMYK Percentages of Color #612ee0

%57
%79
%0
%12

Triadic Colors of #612ee0

#612ee0 #e0612e #2ee061

Analogous Colors of #612ee0

#612ee0 #ba2ee0 #2e54e0

Monochromatic Colors of #612ee0

#612ee0

Complementary Color

#612ee0 #ade02e

#612ee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612ee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612ee0 Color CSS Codes

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

#612ee0 Text Font Color

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

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


#612ee0 Background Color

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

This div background color is #612ee0


#612ee0 Border Color

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

This div border color is #612ee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612ee0


Comments

No comments written yet.

Please login to write comment.