Color Hex Logo

#612bee Color Hex

#612BEE
(97,43,238)
0 Favorites   0 Comments

Color spaces of #612bee

RGB 9743238
HSL0.710.850.55
HSV257°82°93°
CMYK 0.590.820.00   0.07
XYZ21.226310.442281.7857
Yxy10.44220.18710.0920
Hunter Lab32.314460.7008-127.4392
CIE-Lab38.624667.9022-87.6231

#612bee color RGB value is (97,43,238).

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

The process color (four color CMYK) of #612bee color hex is 0.59, 0.82, 0.00, 0.07. Web safe color of #612bee is #6633ff. Color #612bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101011 11101110
Octal 141 53 356
Decimal 97 43 238
Hex 61 2B EE

RGB Percentages of Color #612bee

%25.66
%11.38
%62.96

CMYK Percentages of Color #612bee

%59
%82
%0
%7

Triadic Colors of #612bee

#612bee #ee612b #2bee61

Analogous Colors of #612bee

#612bee #c32bee #2b57ee

Monochromatic Colors of #612bee

#612bee

Complementary Color

#612bee #b8ee2b

#612bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#612bee Color CSS Codes

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

#612bee Text Font Color

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

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


#612bee Background Color

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

This div background color is #612bee


#612bee Border Color

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

This div border color is #612bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612bee


Comments

No comments written yet.

Please login to write comment.