Color Hex Logo

#61327e Color Hex

#61327E
(97,50,126)
1 Favorites   0 Comments

Color spaces of #61327e

RGB 9750126
HSL0.770.430.35
HSV277°60°49°
CMYK 0.230.600.00   0.51
XYZ9.83636.328920.4418
Yxy6.32890.26870.1729
Hunter Lab25.157325.7668-30.5665
CIE-Lab30.227535.4910-34.8178

#61327e color RGB value is (97,50,126).

#61327e hex color red value is 97, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #61327e hue: 0.77 , saturation: 0.43 and the lightness value of 61327e is 0.35.

The process color (four color CMYK) of #61327e color hex is 0.23, 0.60, 0.00, 0.51. Web safe color of #61327e is #663366. Color #61327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110010 01111110
Octal 141 62 176
Decimal 97 50 126
Hex 61 32 7E

RGB Percentages of Color #61327e

%35.53
%18.32
%46.15

CMYK Percentages of Color #61327e

%23
%60
%0
%51

Triadic Colors of #61327e

#61327e #7e6132 #327e61

Analogous Colors of #61327e

#61327e #7e3275 #3b327e

Monochromatic Colors of #61327e

#61327e

Complementary Color

#61327e #4f7e32

#61327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61327e Color CSS Codes

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

#61327e Text Font Color

<p style="color:#61327e">Text here</p>

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


#61327e Background Color

<div style="background-color:#61327e">
Div content here</div>

This div background color is #61327e


#61327e Border Color

<div style="border:3px solid #61327e">
Div here</div>

This div border color is #61327e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,50,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61327e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61327e;
  -webkit-box-shadow: 1px 1px 3px 2px #61327e;
  box-shadow:         1px 1px 3px 2px #61327e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61327e


Comments

No comments written yet.

Please login to write comment.