Color Hex Logo

#612fe0 Color Hex

#612FE0
(97,47,224)
0 Favorites   0 Comments

Color spaces of #612fe0

RGB 9747224
HSL0.710.740.53
HSV257°79°88°
CMYK 0.570.790.00   0.12
XYZ19.40089.956271.4202
Yxy9.95620.19250.0988
Hunter Lab31.553454.5331-112.1136
CIE-Lab37.763762.6549-81.0775

#612fe0 color RGB value is (97,47,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101111 11100000
Octal 141 57 340
Decimal 97 47 224
Hex 61 2F E0

RGB Percentages of Color #612fe0

%26.36
%12.77
%60.87

CMYK Percentages of Color #612fe0

%57
%79
%0
%12

Triadic Colors of #612fe0

#612fe0 #e0612f #2fe061

Analogous Colors of #612fe0

#612fe0 #ba2fe0 #2f56e0

Monochromatic Colors of #612fe0

#612fe0

Complementary Color

#612fe0 #aee02f

#612fe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612fe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612fe0 Color CSS Codes

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

#612fe0 Text Font Color

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

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


#612fe0 Background Color

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

This div background color is #612fe0


#612fe0 Border Color

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

This div border color is #612fe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612fe0


Comments

No comments written yet.

Please login to write comment.