Color Hex Logo

#502655 Color Hex

#502655
(80,38,85)
0 Favorites   0 Comments

Color spaces of #502655

RGB 803885
HSL0.820.380.24
HSV294°55°33°
CMYK 0.060.550.00   0.67
XYZ5.64113.74769.0204
Yxy3.74760.30640.2036
Hunter Lab19.358718.1369-14.0757
CIE-Lab22.818827.7121-20.2580

#502655 color RGB value is (80,38,85).

#502655 hex color red value is 80, green value is 38 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #502655 hue: 0.82 , saturation: 0.38 and the lightness value of 502655 is 0.24.

The process color (four color CMYK) of #502655 color hex is 0.06, 0.55, 0.00, 0.67. Web safe color of #502655 is #663366. Color #502655 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 01010101
Octal 120 46 125
Decimal 80 38 85
Hex 50 26 55

RGB Percentages of Color #502655

%39.41
%18.72
%41.87

CMYK Percentages of Color #502655

%6
%55
%0
%67

Triadic Colors of #502655

#502655 #555026 #265550

Analogous Colors of #502655

#502655 #552642 #392655

Monochromatic Colors of #502655

#502655

Complementary Color

#502655 #2b5526

#502655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502655 Color CSS Codes

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

#502655 Text Font Color

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

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


#502655 Background Color

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

This div background color is #502655


#502655 Border Color

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

This div border color is #502655


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,38,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502655; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502655;
  -webkit-box-shadow: 1px 1px 3px 2px #502655;
  box-shadow:         1px 1px 3px 2px #502655; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,38,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502655


Comments

No comments written yet.

Please login to write comment.