Color Hex Logo

#5050ce Color Hex

#5050CE
(80,80,206)
0 Favorites   0 Comments

Color spaces of #5050ce

RGB 8080206
HSL0.670.560.56
HSV240°61°81°
CMYK 0.610.610.00   0.19
XYZ17.317511.899059.7765
Yxy11.89900.19460.1337
Hunter Lab34.494929.2463-78.5976
CIE-Lab41.055137.5286-65.3937

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010000 11001110
Octal 120 120 316
Decimal 80 80 206
Hex 50 50 CE

RGB Percentages of Color #5050ce

%21.86
%21.86
%56.28

CMYK Percentages of Color #5050ce

%61
%61
%0
%19

Triadic Colors of #5050ce

#5050ce #ce5050 #50ce50

Analogous Colors of #5050ce

#5050ce #8f50ce #508fce

Monochromatic Colors of #5050ce

#5050ce

Complementary Color

#5050ce #cece50

#5050ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5050ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5050ce Color CSS Codes

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

#5050ce Text Font Color

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

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


#5050ce Background Color

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

This div background color is #5050ce


#5050ce Border Color

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

This div border color is #5050ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5050ce


Comments

No comments written yet.

Please login to write comment.