Color Hex Logo

#615286 Color Hex

#615286
(97,82,134)
0 Favorites   0 Comments

Color spaces of #615286

RGB 9782134
HSL0.710.240.42
HSV257°39°53°
CMYK 0.280.390.00   0.47
XYZ12.250110.297223.8962
Yxy10.29720.26380.2217
Hunter Lab32.089311.9863-21.6896
CIE-Lab38.370618.2072-26.8961

#615286 color RGB value is (97,82,134).

#615286 hex color red value is 97, green value is 82 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #615286 hue: 0.71 , saturation: 0.24 and the lightness value of 615286 is 0.42.

The process color (four color CMYK) of #615286 color hex is 0.28, 0.39, 0.00, 0.47. Web safe color of #615286 is #666699. Color #615286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010010 10000110
Octal 141 122 206
Decimal 97 82 134
Hex 61 52 86

RGB Percentages of Color #615286

%30.99
%26.20
%42.81

CMYK Percentages of Color #615286

%28
%39
%0
%47

Triadic Colors of #615286

#615286 #866152 #528661

Analogous Colors of #615286

#615286 #7b5286 #525d86

Monochromatic Colors of #615286

#615286

Complementary Color

#615286 #778652

#615286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615286 Color CSS Codes

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

#615286 Text Font Color

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

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


#615286 Background Color

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

This div background color is #615286


#615286 Border Color

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

This div border color is #615286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615286


Comments

No comments written yet.

Please login to write comment.