Color Hex Logo

#612efb Color Hex

#612EFB
(97,46,251)
0 Favorites   0 Comments

Color spaces of #612efb

RGB 9746251
HSL0.710.960.58
HSV255°82°98°
CMYK 0.610.820.00   0.02
XYZ23.319311.460492.2498
Yxy11.46040.18360.0902
Hunter Lab33.853263.7140-137.8676
CIE-Lab40.345370.1452-92.1011

#612efb color RGB value is (97,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101110 11111011
Octal 141 56 373
Decimal 97 46 251
Hex 61 2E FB

RGB Percentages of Color #612efb

%24.62
%11.68
%63.71

CMYK Percentages of Color #612efb

%61
%82
%0
%2

Triadic Colors of #612efb

#612efb #fb612e #2efb61

Analogous Colors of #612efb

#612efb #c82efb #2e61fb

Monochromatic Colors of #612efb

#612efb

Complementary Color

#612efb #c8fb2e

#612efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#612efb Color CSS Codes

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

#612efb Text Font Color

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

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


#612efb Background Color

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

This div background color is #612efb


#612efb Border Color

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

This div border color is #612efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612efb

Related Colors


Comments

No comments written yet.

Please login to write comment.