Color Hex Logo

#502185 Color Hex

#502185
(80,33,133)
0 Favorites   0 Comments

Color spaces of #502185

RGB 8033133
HSL0.750.600.33
HSV268°75°52°
CMYK 0.400.750.00   0.48
XYZ8.08584.486622.6301
Yxy4.48660.22970.1275
Hunter Lab21.181631.0723-48.5174
CIE-Lab25.219042.2352-47.4020

#502185 color RGB value is (80,33,133).

#502185 hex color red value is 80, green value is 33 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #502185 hue: 0.75 , saturation: 0.60 and the lightness value of 502185 is 0.33.

The process color (four color CMYK) of #502185 color hex is 0.40, 0.75, 0.00, 0.48. Web safe color of #502185 is #663399. Color #502185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100001 10000101
Octal 120 41 205
Decimal 80 33 133
Hex 50 21 85

RGB Percentages of Color #502185

%32.52
%13.41
%54.07

CMYK Percentages of Color #502185

%40
%75
%0
%48

Triadic Colors of #502185

#502185 #855021 #218550

Analogous Colors of #502185

#502185 #822185 #212485

Monochromatic Colors of #502185

#502185

Complementary Color

#502185 #568521

#502185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502185 Color CSS Codes

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

#502185 Text Font Color

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

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


#502185 Background Color

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

This div background color is #502185


#502185 Border Color

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

This div border color is #502185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502185


Comments

No comments written yet.

Please login to write comment.