Color Hex Logo

#612287 Color Hex

#612287
(97,34,135)
0 Favorites   0 Comments

Color spaces of #612287

RGB 9734135
HSL0.770.600.33
HSV277°75°53°
CMYK 0.280.750.00   0.47
XYZ9.87505.434723.4502
Yxy5.43470.25480.1402
Hunter Lab23.312434.8147-43.3216
CIE-Lab27.939045.6629-44.1265

#612287 color RGB value is (97,34,135).

#612287 hex color red value is 97, green value is 34 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #612287 hue: 0.77 , saturation: 0.60 and the lightness value of 612287 is 0.33.

The process color (four color CMYK) of #612287 color hex is 0.28, 0.75, 0.00, 0.47. Web safe color of #612287 is #663399. Color #612287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100010 10000111
Octal 141 42 207
Decimal 97 34 135
Hex 61 22 87

RGB Percentages of Color #612287

%36.47
%12.78
%50.75

CMYK Percentages of Color #612287

%28
%75
%0
%47

Triadic Colors of #612287

#612287 #876122 #228761

Analogous Colors of #612287

#612287 #87227b #2f2287

Monochromatic Colors of #612287

#612287

Complementary Color

#612287 #488722

#612287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612287 Color CSS Codes

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

#612287 Text Font Color

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

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


#612287 Background Color

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

This div background color is #612287


#612287 Border Color

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

This div border color is #612287


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,34,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #612287; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #612287;
  -webkit-box-shadow: 1px 1px 3px 2px #612287;
  box-shadow:         1px 1px 3px 2px #612287; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612287


Comments

No comments written yet.

Please login to write comment.