Color Hex Logo

#502edc Color Hex

#502EDC
(80,46,220)
0 Favorites   0 Comments

Color spaces of #502edc

RGB 8046220
HSL0.700.710.52
HSV252°79°86°
CMYK 0.640.790.00   0.14
XYZ17.20358.826868.5072
Yxy8.82680.18200.0934
Hunter Lab29.709951.3678-115.9180
CIE-Lab35.648760.2091-82.3287

#502edc color RGB value is (80,46,220).

#502edc hex color red value is 80, green value is 46 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #502edc hue: 0.70 , saturation: 0.71 and the lightness value of 502edc is 0.52.

The process color (four color CMYK) of #502edc color hex is 0.64, 0.79, 0.00, 0.14. Web safe color of #502edc is #6633cc. Color #502edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101110 11011100
Octal 120 56 334
Decimal 80 46 220
Hex 50 2E DC

RGB Percentages of Color #502edc

%23.12
%13.29
%63.58

CMYK Percentages of Color #502edc

%64
%79
%0
%14

Triadic Colors of #502edc

#502edc #dc502e #2edc50

Analogous Colors of #502edc

#502edc #a72edc #2e63dc

Monochromatic Colors of #502edc

#502edc

Complementary Color

#502edc #badc2e

#502edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#502edc Color CSS Codes

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

#502edc Text Font Color

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

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


#502edc Background Color

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

This div background color is #502edc


#502edc Border Color

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

This div border color is #502edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,46,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502edc;
  -webkit-box-shadow: 1px 1px 3px 2px #502edc;
  box-shadow:         1px 1px 3px 2px #502edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502edc


Comments

No comments written yet.

Please login to write comment.