Color Hex Logo

#612abc Color Hex

#612ABC
(97,42,188)
0 Favorites   0 Comments

Color spaces of #612abc

RGB 9742188
HSL0.730.630.45
HSV263°78°74°
CMYK 0.480.780.00   0.26
XYZ14.83487.828248.3061
Yxy7.82820.20900.1103
Hunter Lab27.978945.6800-82.7800
CIE-Lab33.622555.3157-66.9817

#612abc color RGB value is (97,42,188).

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

The process color (four color CMYK) of #612abc color hex is 0.48, 0.78, 0.00, 0.26. Web safe color of #612abc is #6633cc. Color #612abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101010 10111100
Octal 141 52 274
Decimal 97 42 188
Hex 61 2A BC

RGB Percentages of Color #612abc

%29.66
%12.84
%57.49

CMYK Percentages of Color #612abc

%48
%78
%0
%26

Triadic Colors of #612abc

#612abc #bc612a #2abc61

Analogous Colors of #612abc

#612abc #aa2abc #2a3cbc

Monochromatic Colors of #612abc

#612abc

Complementary Color

#612abc #85bc2a

#612abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#612abc Color CSS Codes

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

#612abc Text Font Color

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

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


#612abc Background Color

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

This div background color is #612abc


#612abc Border Color

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

This div border color is #612abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612abc


Comments

No comments written yet.

Please login to write comment.