Color Hex Logo

#612bda Color Hex

#612BDA
(97,43,218)
0 Favorites   0 Comments

Color spaces of #612bda

RGB 9743218
HSL0.720.700.51
HSV259°80°85°
CMYK 0.560.800.00   0.15
XYZ18.44859.331167.1584
Yxy9.33110.19430.0983
Hunter Lab30.546854.3465-108.9685
CIE-Lab36.614162.7121-79.5319

#612bda color RGB value is (97,43,218).

#612bda hex color red value is 97, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #612bda hue: 0.72 , saturation: 0.70 and the lightness value of 612bda is 0.51.

The process color (four color CMYK) of #612bda color hex is 0.56, 0.80, 0.00, 0.15. Web safe color of #612bda is #6633cc. Color #612bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101011 11011010
Octal 141 53 332
Decimal 97 43 218
Hex 61 2B DA

RGB Percentages of Color #612bda

%27.09
%12.01
%60.89

CMYK Percentages of Color #612bda

%56
%80
%0
%15

Triadic Colors of #612bda

#612bda #da612b #2bda61

Analogous Colors of #612bda

#612bda #b92bda #2b4dda

Monochromatic Colors of #612bda

#612bda

Complementary Color

#612bda #a4da2b

#612bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#612bda Color CSS Codes

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

#612bda Text Font Color

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

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


#612bda Background Color

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

This div background color is #612bda


#612bda Border Color

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

This div border color is #612bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612bda


Comments

No comments written yet.

Please login to write comment.