Color Hex Logo

#61348a Color Hex

#61348A
(97,52,138)
0 Favorites   0 Comments

Color spaces of #61348a

RGB 9752138
HSL0.750.450.37
HSV271°62°54°
CMYK 0.300.620.00   0.46
XYZ10.74526.832324.7972
Yxy6.83230.25360.1612
Hunter Lab26.138727.6359-37.9501
CIE-Lab31.422037.3607-40.3740

#61348a color RGB value is (97,52,138).

#61348a hex color red value is 97, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #61348a hue: 0.75 , saturation: 0.45 and the lightness value of 61348a is 0.37.

The process color (four color CMYK) of #61348a color hex is 0.30, 0.62, 0.00, 0.46. Web safe color of #61348a is #663399. Color #61348a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110100 10001010
Octal 141 64 212
Decimal 97 52 138
Hex 61 34 8A

RGB Percentages of Color #61348a

%33.80
%18.12
%48.08

CMYK Percentages of Color #61348a

%30
%62
%0
%46

Triadic Colors of #61348a

#61348a #8a6134 #348a61

Analogous Colors of #61348a

#61348a #8a3488 #36348a

Monochromatic Colors of #61348a

#61348a

Complementary Color

#61348a #5d8a34

#61348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61348a Color CSS Codes

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

#61348a Text Font Color

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

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


#61348a Background Color

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

This div background color is #61348a


#61348a Border Color

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

This div border color is #61348a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,52,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61348a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61348a;
  -webkit-box-shadow: 1px 1px 3px 2px #61348a;
  box-shadow:         1px 1px 3px 2px #61348a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61348a


Comments

No comments written yet.

Please login to write comment.