Color Hex Logo

#5020ce Color Hex

#5020CE
(80,32,206)
0 Favorites   0 Comments

Color spaces of #5020ce

RGB 8032206
HSL0.710.730.47
HSV257°84°81°
CMYK 0.610.840.00   0.19
XYZ14.96547.194758.9925
Yxy7.19470.18440.0887
Hunter Lab26.822952.6509-111.6222
CIE-Lab32.246162.0362-79.8626

#5020ce color RGB value is (80,32,206).

#5020ce hex color red value is 80, green value is 32 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5020ce hue: 0.71 , saturation: 0.73 and the lightness value of 5020ce is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100000 11001110
Octal 120 40 316
Decimal 80 32 206
Hex 50 20 CE

RGB Percentages of Color #5020ce

%25.16
%10.06
%64.78

CMYK Percentages of Color #5020ce

%61
%84
%0
%19

Triadic Colors of #5020ce

#5020ce #ce5020 #20ce50

Analogous Colors of #5020ce

#5020ce #a720ce #2047ce

Monochromatic Colors of #5020ce

#5020ce

Complementary Color

#5020ce #9ece20

#5020ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5020ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5020ce Color CSS Codes

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

#5020ce Text Font Color

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

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


#5020ce Background Color

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

This div background color is #5020ce


#5020ce Border Color

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

This div border color is #5020ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,32,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 #5020ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5020ce


Comments

No comments written yet.

Please login to write comment.