Color Hex Logo

#5030ec Color Hex

#5030EC
(80,48,236)
0 Favorites   0 Comments

Color spaces of #5030ec

RGB 8048236
HSL0.700.830.56
HSV250°80°93°
CMYK 0.660.800.00   0.07
XYZ19.50559.875580.2350
Yxy9.87550.17790.0901
Hunter Lab31.425355.7996-129.3813
CIE-Lab37.618163.8113-88.2023

#5030ec color RGB value is (80,48,236).

#5030ec hex color red value is 80, green value is 48 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5030ec hue: 0.70 , saturation: 0.83 and the lightness value of 5030ec is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110000 11101100
Octal 120 60 354
Decimal 80 48 236
Hex 50 30 EC

RGB Percentages of Color #5030ec

%21.98
%13.19
%64.84

CMYK Percentages of Color #5030ec

%66
%80
%0
%7

Triadic Colors of #5030ec

#5030ec #ec5030 #30ec50

Analogous Colors of #5030ec

#5030ec #ae30ec #306eec

Monochromatic Colors of #5030ec

#5030ec

Complementary Color

#5030ec #ccec30

#5030ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5030ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5030ec Color CSS Codes

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

#5030ec Text Font Color

<p style="color:#5030ec">Text here</p>

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


#5030ec Background Color

<div style="background-color:#5030ec">
Div content here</div>

This div background color is #5030ec


#5030ec Border Color

<div style="border:3px solid #5030ec">
Div here</div>

This div border color is #5030ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,48,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5030ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5030ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5030ec;
  box-shadow:         1px 1px 3px 2px #5030ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5030ec


Comments

No comments written yet.

Please login to write comment.