Color Hex Logo

#612bfd Color Hex

#612BFD
(97,43,253)
0 Favorites   0 Comments

Color spaces of #612bfd

RGB 9743253
HSL0.710.980.58
HSV255°83°99°
CMYK 0.620.830.00   0.01
XYZ23.523311.361093.8816
Yxy11.36100.18270.0882
Hunter Lab33.706165.5886-141.5463
CIE-Lab40.182071.7595-93.4921

#612bfd color RGB value is (97,43,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101011 11111101
Octal 141 53 375
Decimal 97 43 253
Hex 61 2B FD

RGB Percentages of Color #612bfd

%24.68
%10.94
%64.38

CMYK Percentages of Color #612bfd

%62
%83
%0
%1

Triadic Colors of #612bfd

#612bfd #fd612b #2bfd61

Analogous Colors of #612bfd

#612bfd #ca2bfd #2b5efd

Monochromatic Colors of #612bfd

#612bfd

Complementary Color

#612bfd #c7fd2b

#612bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#612bfd Color CSS Codes

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

#612bfd Text Font Color

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

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


#612bfd Background Color

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

This div background color is #612bfd


#612bfd Border Color

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

This div border color is #612bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,43,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 #612bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612bfd


Comments

No comments written yet.

Please login to write comment.