Color Hex Logo

#502ced Color Hex

#502CED
(80,44,237)
0 Favorites   0 Comments

Color spaces of #502ced

RGB 8044237
HSL0.700.840.55
HSV251°81°93°
CMYK 0.660.810.00   0.07
XYZ19.49509.621380.9504
Yxy9.62130.17710.0874
Hunter Lab31.018257.9056-133.0205
CIE-Lab37.154065.7586-89.5377

#502ced color RGB value is (80,44,237).

#502ced hex color red value is 80, green value is 44 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #502ced hue: 0.70 , saturation: 0.84 and the lightness value of 502ced is 0.55.

The process color (four color CMYK) of #502ced color hex is 0.66, 0.81, 0.00, 0.07. Web safe color of #502ced is #6633ff. Color #502ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 11101101
Octal 120 54 355
Decimal 80 44 237
Hex 50 2C ED

RGB Percentages of Color #502ced

%22.16
%12.19
%65.65

CMYK Percentages of Color #502ced

%66
%81
%0
%7

Triadic Colors of #502ced

#502ced #ed502c #2ced50

Analogous Colors of #502ced

#502ced #b12ced #2c69ed

Monochromatic Colors of #502ced

#502ced

Complementary Color

#502ced #c9ed2c

#502ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#502ced Color CSS Codes

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

#502ced Text Font Color

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

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


#502ced Background Color

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

This div background color is #502ced


#502ced Border Color

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

This div border color is #502ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502ced


Comments

No comments written yet.

Please login to write comment.