Color Hex Logo

#612bad Color Hex

#612BAD
(97,43,173)
0 Favorites   0 Comments

Color spaces of #612bad

RGB 9743173
HSL0.740.600.42
HSV265°75°68°
CMYK 0.440.750.00   0.32
XYZ13.33657.286340.2386
Yxy7.28630.21910.1197
Hunter Lab26.993140.9535-69.4882
CIE-Lab32.450050.9830-59.9894

#612bad color RGB value is (97,43,173).

#612bad hex color red value is 97, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #612bad hue: 0.74 , saturation: 0.60 and the lightness value of 612bad is 0.42.

The process color (four color CMYK) of #612bad color hex is 0.44, 0.75, 0.00, 0.32. Web safe color of #612bad is #663399. Color #612bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101011 10101101
Octal 141 53 255
Decimal 97 43 173
Hex 61 2B AD

RGB Percentages of Color #612bad

%30.99
%13.74
%55.27

CMYK Percentages of Color #612bad

%44
%75
%0
%32

Triadic Colors of #612bad

#612bad #ad612b #2bad61

Analogous Colors of #612bad

#612bad #a22bad #2b36ad

Monochromatic Colors of #612bad

#612bad

Complementary Color

#612bad #77ad2b

#612bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#612bad Color CSS Codes

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

#612bad Text Font Color

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

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


#612bad Background Color

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

This div background color is #612bad


#612bad Border Color

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

This div border color is #612bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612bad


Comments

No comments written yet.

Please login to write comment.