Color Hex Logo

#61448a Color Hex

#61448A
(97,68,138)
0 Favorites   0 Comments

Color spaces of #61448a

RGB 9768138
HSL0.740.340.40
HSV265°51°54°
CMYK 0.300.510.00   0.46
XYZ11.58438.510625.0769
Yxy8.51060.25640.1884
Hunter Lab29.172919.8281-30.5443
CIE-Lab35.024427.9694-34.6205

#61448a color RGB value is (97,68,138).

#61448a hex color red value is 97, green value is 68 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #61448a hue: 0.74 , saturation: 0.34 and the lightness value of 61448a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000100 10001010
Octal 141 104 212
Decimal 97 68 138
Hex 61 44 8A

RGB Percentages of Color #61448a

%32.01
%22.44
%45.54

CMYK Percentages of Color #61448a

%30
%51
%0
%46

Triadic Colors of #61448a

#61448a #8a6144 #448a61

Analogous Colors of #61448a

#61448a #84448a #444a8a

Monochromatic Colors of #61448a

#61448a

Complementary Color

#61448a #6d8a44

#61448a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61448a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61448a Color CSS Codes

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

#61448a Text Font Color

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

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


#61448a Background Color

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

This div background color is #61448a


#61448a Border Color

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

This div border color is #61448a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,68,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 #61448a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61448a


Comments

No comments written yet.

Please login to write comment.