Color Hex Logo

#5030da Color Hex

#5030DA
(80,48,218)
0 Favorites   0 Comments

Color spaces of #5030da

RGB 8048218
HSL0.700.700.52
HSV251°78°85°
CMYK 0.630.780.00   0.15
XYZ17.02018.881367.1469
Yxy8.88130.18290.0954
Hunter Lab29.801549.7914-112.7275
CIE-Lab35.754758.7432-81.0039

#5030da color RGB value is (80,48,218).

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

The process color (four color CMYK) of #5030da color hex is 0.63, 0.78, 0.00, 0.15. Web safe color of #5030da is #6633cc. Color #5030da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110000 11011010
Octal 120 60 332
Decimal 80 48 218
Hex 50 30 DA

RGB Percentages of Color #5030da

%23.12
%13.87
%63.01

CMYK Percentages of Color #5030da

%63
%78
%0
%15

Triadic Colors of #5030da

#5030da #da5030 #30da50

Analogous Colors of #5030da

#5030da #a530da #3065da

Monochromatic Colors of #5030da

#5030da

Complementary Color

#5030da #bada30

#5030da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5030da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5030da Color CSS Codes

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

#5030da Text Font Color

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

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


#5030da Background Color

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

This div background color is #5030da


#5030da Border Color

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

This div border color is #5030da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5030da


Comments

No comments written yet.

Please login to write comment.