Color Hex Logo

#61409c Color Hex

#61409C
(97,64,156)
0 Favorites   0 Comments

Color spaces of #61409c

RGB 9764156
HSL0.730.420.43
HSV262°59°61°
CMYK 0.380.590.00   0.39
XYZ12.76398.608532.4414
Yxy8.60850.23720.1600
Hunter Lab29.340226.3075-45.0186
CIE-Lab35.219335.2733-45.2714

#61409c color RGB value is (97,64,156).

#61409c hex color red value is 97, green value is 64 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #61409c hue: 0.73 , saturation: 0.42 and the lightness value of 61409c is 0.43.

The process color (four color CMYK) of #61409c color hex is 0.38, 0.59, 0.00, 0.39. Web safe color of #61409c is #663399. Color #61409c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000000 10011100
Octal 141 100 234
Decimal 97 64 156
Hex 61 40 9C

RGB Percentages of Color #61409c

%30.60
%20.19
%49.21

CMYK Percentages of Color #61409c

%38
%59
%0
%39

Triadic Colors of #61409c

#61409c #9c6140 #409c61

Analogous Colors of #61409c

#61409c #8f409c #404d9c

Monochromatic Colors of #61409c

#61409c

Complementary Color

#61409c #7b9c40

#61409c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61409c Color Preview on White Background

Lorem ipsum dolor sit amet.

#61409c Color CSS Codes

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

#61409c Text Font Color

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

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


#61409c Background Color

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

This div background color is #61409c


#61409c Border Color

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

This div border color is #61409c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61409c


Comments

No comments written yet.

Please login to write comment.