Color Hex Logo

#612afd Color Hex

#612AFD
(97,42,253)
0 Favorites   0 Comments

Color spaces of #612afd

RGB 9742253
HSL0.710.980.58
HSV256°83°99°
CMYK 0.620.830.00   0.01
XYZ23.487411.289293.8696
Yxy11.28920.18260.0878
Hunter Lab33.599465.9801-142.1241
CIE-Lab40.063372.1110-93.6885

#612afd color RGB value is (97,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101010 11111101
Octal 141 52 375
Decimal 97 42 253
Hex 61 2A FD

RGB Percentages of Color #612afd

%24.74
%10.71
%64.54

CMYK Percentages of Color #612afd

%62
%83
%0
%1

Triadic Colors of #612afd

#612afd #fd612a #2afd61

Analogous Colors of #612afd

#612afd #cb2afd #2a5dfd

Monochromatic Colors of #612afd

#612afd

Complementary Color

#612afd #c6fd2a

#612afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#612afd Color CSS Codes

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

#612afd Text Font Color

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

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


#612afd Background Color

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

This div background color is #612afd


#612afd Border Color

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

This div border color is #612afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612afd


Comments

No comments written yet.

Please login to write comment.