Color Hex Logo

#612adb Color Hex

#612ADB
(97,42,219)
0 Favorites   0 Comments

Color spaces of #612adb

RGB 9742219
HSL0.720.710.51
HSV259°81°86°
CMYK 0.560.810.00   0.14
XYZ18.54399.311867.8378
Yxy9.31180.19380.0973
Hunter Lab30.515255.0715-110.4457
CIE-Lab36.577863.3667-80.1667

#612adb color RGB value is (97,42,219).

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

The process color (four color CMYK) of #612adb color hex is 0.56, 0.81, 0.00, 0.14. Web safe color of #612adb is #6633cc. Color #612adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101010 11011011
Octal 141 52 333
Decimal 97 42 219
Hex 61 2A DB

RGB Percentages of Color #612adb

%27.09
%11.73
%61.17

CMYK Percentages of Color #612adb

%56
%81
%0
%14

Triadic Colors of #612adb

#612adb #db612a #2adb61

Analogous Colors of #612adb

#612adb #ba2adb #2a4bdb

Monochromatic Colors of #612adb

#612adb

Complementary Color

#612adb #a4db2a

#612adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#612adb Color CSS Codes

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

#612adb Text Font Color

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

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


#612adb Background Color

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

This div background color is #612adb


#612adb Border Color

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

This div border color is #612adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612adb


Comments

No comments written yet.

Please login to write comment.