Color Hex Logo

#502dce Color Hex

#502DCE
(80,45,206)
0 Favorites   0 Comments

Color spaces of #502dce

RGB 8045206
HSL0.700.640.49
HSV253°78°81°
CMYK 0.610.780.00   0.19
XYZ15.38728.038559.1331
Yxy8.03850.18640.0974
Hunter Lab28.352247.2583-103.8121
CIE-Lab34.062956.7181-76.8596

#502dce color RGB value is (80,45,206).

#502dce hex color red value is 80, green value is 45 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #502dce hue: 0.70 , saturation: 0.64 and the lightness value of 502dce is 0.49.

The process color (four color CMYK) of #502dce color hex is 0.61, 0.78, 0.00, 0.19. Web safe color of #502dce is #6633cc. Color #502dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101101 11001110
Octal 120 55 316
Decimal 80 45 206
Hex 50 2D CE

RGB Percentages of Color #502dce

%24.17
%13.60
%62.24

CMYK Percentages of Color #502dce

%61
%78
%0
%19

Triadic Colors of #502dce

#502dce #ce502d #2dce50

Analogous Colors of #502dce

#502dce #a12dce #2d5ace

Monochromatic Colors of #502dce

#502dce

Complementary Color

#502dce #abce2d

#502dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#502dce Color CSS Codes

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

#502dce Text Font Color

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

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


#502dce Background Color

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

This div background color is #502dce


#502dce Border Color

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

This div border color is #502dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502dce


Comments

No comments written yet.

Please login to write comment.