Color Hex Logo

#502765 Color Hex

#502765
(80,39,101)
0 Favorites   0 Comments

Color spaces of #502765

RGB 8039101
HSL0.780.440.27
HSV280°61°40°
CMYK 0.210.610.00   0.60
XYZ6.38274.096112.7661
Yxy4.09610.27460.1762
Hunter Lab20.238820.8754-23.2313
CIE-Lab23.986630.8758-28.9455

#502765 color RGB value is (80,39,101).

#502765 hex color red value is 80, green value is 39 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #502765 hue: 0.78 , saturation: 0.44 and the lightness value of 502765 is 0.27.

The process color (four color CMYK) of #502765 color hex is 0.21, 0.61, 0.00, 0.60. Web safe color of #502765 is #663366. Color #502765 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100111 01100101
Octal 120 47 145
Decimal 80 39 101
Hex 50 27 65

RGB Percentages of Color #502765

%36.36
%17.73
%45.91

CMYK Percentages of Color #502765

%21
%61
%0
%60

Triadic Colors of #502765

#502765 #655027 #276550

Analogous Colors of #502765

#502765 #65275b #312765

Monochromatic Colors of #502765

#502765

Complementary Color

#502765 #3c6527

#502765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502765 Color CSS Codes

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

#502765 Text Font Color

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

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


#502765 Background Color

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

This div background color is #502765


#502765 Border Color

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

This div border color is #502765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502765


Comments

No comments written yet.

Please login to write comment.