Color Hex Logo

#61457d Color Hex

#61457D
(97,69,125)
0 Favorites   0 Comments

Color spaces of #61457d

RGB 9769125
HSL0.750.290.38
HSV270°45°49°
CMYK 0.220.450.00   0.51
XYZ10.75968.278320.4328
Yxy8.27830.27260.2097
Hunter Lab28.772016.4009-21.9651
CIE-Lab34.555923.9607-27.3383

#61457d color RGB value is (97,69,125).

#61457d hex color red value is 97, green value is 69 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #61457d hue: 0.75 , saturation: 0.29 and the lightness value of 61457d is 0.38.

The process color (four color CMYK) of #61457d color hex is 0.22, 0.45, 0.00, 0.51. Web safe color of #61457d is #663366. Color #61457d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000101 01111101
Octal 141 105 175
Decimal 97 69 125
Hex 61 45 7D

RGB Percentages of Color #61457d

%33.33
%23.71
%42.96

CMYK Percentages of Color #61457d

%22
%45
%0
%51

Triadic Colors of #61457d

#61457d #7d6145 #457d61

Analogous Colors of #61457d

#61457d #7d457d #45457d

Monochromatic Colors of #61457d

#61457d

Complementary Color

#61457d #617d45

#61457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61457d Color CSS Codes

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

#61457d Text Font Color

<p style="color:#61457d">Text here</p>

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


#61457d Background Color

<div style="background-color:#61457d">
Div content here</div>

This div background color is #61457d


#61457d Border Color

<div style="border:3px solid #61457d">
Div here</div>

This div border color is #61457d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,69,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61457d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61457d;
  -webkit-box-shadow: 1px 1px 3px 2px #61457d;
  box-shadow:         1px 1px 3px 2px #61457d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61457d


Comments

No comments written yet.

Please login to write comment.