Color Hex Logo

#500cfe Color Hex

#500CFE
(80,12,254)
0 Favorites   0 Comments

Color spaces of #500cfe

RGB 8012254
HSL0.710.990.52
HSV257°95°100°
CMYK 0.690.950.00   0.00
XYZ21.32919.124294.4029
Yxy9.12420.17080.0731
Hunter Lab30.206373.1804-164.1530
CIE-Lab36.222378.7459-100.6707

#500cfe color RGB value is (80,12,254).

#500cfe hex color red value is 80, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #500cfe hue: 0.71 , saturation: 0.99 and the lightness value of 500cfe is 0.52.

The process color (four color CMYK) of #500cfe color hex is 0.69, 0.95, 0.00, 0.00. Web safe color of #500cfe is #6600ff. Color #500cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001100 11111110
Octal 120 14 376
Decimal 80 12 254
Hex 50 C FE

RGB Percentages of Color #500cfe

%23.12
%3.47
%73.41

CMYK Percentages of Color #500cfe

%69
%95
%0
%0

Triadic Colors of #500cfe

#500cfe #fe500c #0cfe50

Analogous Colors of #500cfe

#500cfe #c90cfe #0c41fe

Monochromatic Colors of #500cfe

#500cfe

Complementary Color

#500cfe #bafe0c

#500cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#500cfe Color CSS Codes

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

#500cfe Text Font Color

<p style="color:#500cfe">Text here</p>

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


#500cfe Background Color

<div style="background-color:#500cfe">
Div content here</div>

This div background color is #500cfe


#500cfe Border Color

<div style="border:3px solid #500cfe">
Div here</div>

This div border color is #500cfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,12,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #500cfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #500cfe;
  -webkit-box-shadow: 1px 1px 3px 2px #500cfe;
  box-shadow:         1px 1px 3px 2px #500cfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.