Color Hex Logo

#615281 Color Hex

#615281
(97,82,129)
0 Favorites   0 Comments

Color spaces of #615281

RGB 9782129
HSL0.720.220.41
HSV259°36°51°
CMYK 0.250.360.00   0.49
XYZ11.909510.161022.1024
Yxy10.16100.26960.2300
Hunter Lab31.876310.9069-18.7971
CIE-Lab38.129816.8823-24.2138

#615281 color RGB value is (97,82,129).

#615281 hex color red value is 97, green value is 82 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #615281 hue: 0.72 , saturation: 0.22 and the lightness value of 615281 is 0.41.

The process color (four color CMYK) of #615281 color hex is 0.25, 0.36, 0.00, 0.49. Web safe color of #615281 is #666699. Color #615281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010010 10000001
Octal 141 122 201
Decimal 97 82 129
Hex 61 52 81

RGB Percentages of Color #615281

%31.49
%26.62
%41.88

CMYK Percentages of Color #615281

%25
%36
%0
%49

Triadic Colors of #615281

#615281 #816152 #528161

Analogous Colors of #615281

#615281 #795281 #525b81

Monochromatic Colors of #615281

#615281

Complementary Color

#615281 #728152

#615281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615281 Color CSS Codes

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

#615281 Text Font Color

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

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


#615281 Background Color

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

This div background color is #615281


#615281 Border Color

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

This div border color is #615281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615281


Comments

No comments written yet.

Please login to write comment.