Color Hex Logo

#615262 Color Hex

#615262
(97,82,98)
0 Favorites   0 Comments

Color spaces of #615262

RGB 978298
HSL0.820.090.35
HSV296°16°38°
CMYK 0.010.160.00   0.62
XYZ10.15179.457812.8458
Yxy9.45780.31280.2914
Hunter Lab30.75355.1039-3.2380
CIE-Lab36.85129.4235-6.9685

#615262 color RGB value is (97,82,98).

#615262 hex color red value is 97, green value is 82 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #615262 hue: 0.82 , saturation: 0.09 and the lightness value of 615262 is 0.35.

The process color (four color CMYK) of #615262 color hex is 0.01, 0.16, 0.00, 0.62. Web safe color of #615262 is #666666. Color #615262 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010010 01100010
Octal 141 122 142
Decimal 97 82 98
Hex 61 52 62

RGB Percentages of Color #615262

%35.02
%29.60
%35.38

CMYK Percentages of Color #615262

%1
%16
%0
%62

Triadic Colors of #615262

#615262 #626152 #526261

Analogous Colors of #615262

#615262 #62525b #595262

Monochromatic Colors of #615262

#615262

Complementary Color

#615262 #536252

#615262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615262 Color CSS Codes

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

#615262 Text Font Color

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

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


#615262 Background Color

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

This div background color is #615262


#615262 Border Color

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

This div border color is #615262


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,82,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #615262; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #615262;
  -webkit-box-shadow: 1px 1px 3px 2px #615262;
  box-shadow:         1px 1px 3px 2px #615262; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615262


Comments

No comments written yet.

Please login to write comment.