Color Hex Logo

#61428b Color Hex

#61428B
(97,66,139)
0 Favorites   0 Comments

Color spaces of #61428b

RGB 9766139
HSL0.740.360.40
HSV265°53°55°
CMYK 0.300.530.00   0.45
XYZ11.53828.301925.4204
Yxy8.30190.25490.1834
Hunter Lab28.813021.0577-32.1397
CIE-Lab34.603929.4528-35.9028

#61428b color RGB value is (97,66,139).

#61428b hex color red value is 97, green value is 66 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #61428b hue: 0.74 , saturation: 0.36 and the lightness value of 61428b is 0.40.

The process color (four color CMYK) of #61428b color hex is 0.30, 0.53, 0.00, 0.45. Web safe color of #61428b is #663399. Color #61428b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000010 10001011
Octal 141 102 213
Decimal 97 66 139
Hex 61 42 8B

RGB Percentages of Color #61428b

%32.12
%21.85
%46.03

CMYK Percentages of Color #61428b

%30
%53
%0
%45

Triadic Colors of #61428b

#61428b #8b6142 #428b61

Analogous Colors of #61428b

#61428b #86428b #42478b

Monochromatic Colors of #61428b

#61428b

Complementary Color

#61428b #6c8b42

#61428b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61428b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61428b Color CSS Codes

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

#61428b Text Font Color

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

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


#61428b Background Color

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

This div background color is #61428b


#61428b Border Color

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

This div border color is #61428b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,66,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61428b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61428b;
  -webkit-box-shadow: 1px 1px 3px 2px #61428b;
  box-shadow:         1px 1px 3px 2px #61428b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61428b


Comments

No comments written yet.

Please login to write comment.