Color Hex Logo

#61428c Color Hex

#61428C
(97,66,140)
0 Favorites   0 Comments

Color spaces of #61428c

RGB 9766140
HSL0.740.360.40
HSV265°53°55°
CMYK 0.310.530.00   0.45
XYZ11.61168.331325.8070
Yxy8.33130.25380.1821
Hunter Lab28.864021.2962-32.8058
CIE-Lab34.663529.7195-36.4211

#61428c color RGB value is (97,66,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000010 10001100
Octal 141 102 214
Decimal 97 66 140
Hex 61 42 8C

RGB Percentages of Color #61428c

%32.01
%21.78
%46.20

CMYK Percentages of Color #61428c

%31
%53
%0
%45

Triadic Colors of #61428c

#61428c #8c6142 #428c61

Analogous Colors of #61428c

#61428c #86428c #42488c

Monochromatic Colors of #61428c

#61428c

Complementary Color

#61428c #6d8c42

#61428c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61428c Color Preview on White Background

Lorem ipsum dolor sit amet.

#61428c Color CSS Codes

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

#61428c Text Font Color

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

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


#61428c Background Color

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

This div background color is #61428c


#61428c Border Color

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

This div border color is #61428c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61428c


Comments

No comments written yet.

Please login to write comment.