Color Hex Logo

#612bed Color Hex

#612BED
(97,43,237)
0 Favorites   0 Comments

Color spaces of #612bed

RGB 9743237
HSL0.710.840.55
HSV257°82°93°
CMYK 0.590.820.00   0.07
XYZ21.079710.383681.0140
Yxy10.38360.18740.0923
Hunter Lab32.223660.3780-126.5057
CIE-Lab38.522367.6434-87.2260

#612bed color RGB value is (97,43,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101011 11101101
Octal 141 53 355
Decimal 97 43 237
Hex 61 2B ED

RGB Percentages of Color #612bed

%25.73
%11.41
%62.86

CMYK Percentages of Color #612bed

%59
%82
%0
%7

Triadic Colors of #612bed

#612bed #ed612b #2bed61

Analogous Colors of #612bed

#612bed #c22bed #2b56ed

Monochromatic Colors of #612bed

#612bed

Complementary Color

#612bed #b7ed2b

#612bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#612bed Color CSS Codes

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

#612bed Text Font Color

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

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


#612bed Background Color

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

This div background color is #612bed


#612bed Border Color

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

This div border color is #612bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612bed


Comments

No comments written yet.

Please login to write comment.