Color Hex Logo

#612ab5 Color Hex

#612AB5
(97,42,181)
0 Favorites   0 Comments

Color spaces of #612ab5

RGB 9742181
HSL0.730.620.44
HSV264°77°71°
CMYK 0.460.770.00   0.29
XYZ14.09827.533544.4271
Yxy7.53350.21340.1140
Hunter Lab27.447243.6535-76.7560
CIE-Lab32.991853.5026-63.8717

#612ab5 color RGB value is (97,42,181).

#612ab5 hex color red value is 97, green value is 42 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #612ab5 hue: 0.73 , saturation: 0.62 and the lightness value of 612ab5 is 0.44.

The process color (four color CMYK) of #612ab5 color hex is 0.46, 0.77, 0.00, 0.29. Web safe color of #612ab5 is #6633cc. Color #612ab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101010 10110101
Octal 141 52 265
Decimal 97 42 181
Hex 61 2A B5

RGB Percentages of Color #612ab5

%30.31
%13.13
%56.56

CMYK Percentages of Color #612ab5

%46
%77
%0
%29

Triadic Colors of #612ab5

#612ab5 #b5612a #2ab561

Analogous Colors of #612ab5

#612ab5 #a72ab5 #2a39b5

Monochromatic Colors of #612ab5

#612ab5

Complementary Color

#612ab5 #7eb52a

#612ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612ab5 Color CSS Codes

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

#612ab5 Text Font Color

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

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


#612ab5 Background Color

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

This div background color is #612ab5


#612ab5 Border Color

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

This div border color is #612ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612ab5


Comments

No comments written yet.

Please login to write comment.