Color Hex Logo

#61228f Color Hex

#61228F
(97,34,143)
0 Favorites   0 Comments

Color spaces of #61228f

RGB 9734143
HSL0.760.620.35
HSV275°76°56°
CMYK 0.320.760.00   0.44
XYZ10.45975.668626.5295
Yxy5.66860.24520.1329
Hunter Lab23.808836.7532-49.3990
CIE-Lab28.560547.5345-48.0880

#61228f color RGB value is (97,34,143).

#61228f hex color red value is 97, green value is 34 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #61228f hue: 0.76 , saturation: 0.62 and the lightness value of 61228f is 0.35.

The process color (four color CMYK) of #61228f color hex is 0.32, 0.76, 0.00, 0.44. Web safe color of #61228f is #663399. Color #61228f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100010 10001111
Octal 141 42 217
Decimal 97 34 143
Hex 61 22 8F

RGB Percentages of Color #61228f

%35.40
%12.41
%52.19

CMYK Percentages of Color #61228f

%32
%76
%0
%44

Triadic Colors of #61228f

#61228f #8f6122 #228f61

Analogous Colors of #61228f

#61228f #8f2287 #2b228f

Monochromatic Colors of #61228f

#61228f

Complementary Color

#61228f #508f22

#61228f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61228f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61228f Color CSS Codes

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

#61228f Text Font Color

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

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


#61228f Background Color

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

This div background color is #61228f


#61228f Border Color

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

This div border color is #61228f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61228f


Comments

No comments written yet.

Please login to write comment.