Color Hex Logo

#612aff Color Hex

#612AFF
(97,42,255)
0 Favorites   0 Comments

Color spaces of #612aff

RGB 9742255
HSL0.711.000.58
HSV255°84°100°
CMYK 0.620.840.00   0.00
XYZ23.807711.417395.5567
Yxy11.41730.18200.0873
Hunter Lab33.789566.6375-144.0195
CIE-Lab40.274672.6202-94.4579

#612aff color RGB value is (97,42,255).

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

The process color (four color CMYK) of #612aff color hex is 0.62, 0.84, 0.00, 0.00. Web safe color of #612aff is #6633ff. Color #612aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101010 11111111
Octal 141 52 377
Decimal 97 42 255
Hex 61 2A FF

RGB Percentages of Color #612aff

%24.62
%10.66
%64.72

CMYK Percentages of Color #612aff

%62
%84
%0
%0

Triadic Colors of #612aff

#612aff #ff612a #2aff61

Analogous Colors of #612aff

#612aff #cc2aff #2a5eff

Monochromatic Colors of #612aff

#612aff

Complementary Color

#612aff #c8ff2a

#612aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#612aff Color CSS Codes

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

#612aff Text Font Color

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

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


#612aff Background Color

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

This div background color is #612aff


#612aff Border Color

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

This div border color is #612aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612aff

Related Colors


Comments

No comments written yet.

Please login to write comment.