Color Hex Logo

#530eea Color Hex

#530EEA
(83,14,234)
0 Favorites   0 Comments

Color spaces of #530eea

RGB 8314234
HSL0.720.890.49
HSV259°94°92°
CMYK 0.650.940.00   0.08
XYZ18.57568.093678.4251
Yxy8.09360.17680.0770
Hunter Lab28.449366.7633-143.5283
CIE-Lab34.177173.8800-92.7664

#530eea color RGB value is (83,14,234).

#530eea hex color red value is 83, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #530eea hue: 0.72 , saturation: 0.89 and the lightness value of 530eea is 0.49.

The process color (four color CMYK) of #530eea color hex is 0.65, 0.94, 0.00, 0.08. Web safe color of #530eea is #6600ff. Color #530eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001110 11101010
Octal 123 16 352
Decimal 83 14 234
Hex 53 E EA

RGB Percentages of Color #530eea

%25.08
%4.23
%70.69

CMYK Percentages of Color #530eea

%65
%94
%0
%8

Triadic Colors of #530eea

#530eea #ea530e #0eea53

Analogous Colors of #530eea

#530eea #c10eea #0e37ea

Monochromatic Colors of #530eea

#530eea

Complementary Color

#530eea #a5ea0e

#530eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#530eea Color CSS Codes

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

#530eea Text Font Color

<p style="color:#530eea">Text here</p>

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


#530eea Background Color

<div style="background-color:#530eea">
Div content here</div>

This div background color is #530eea


#530eea Border Color

<div style="border:3px solid #530eea">
Div here</div>

This div border color is #530eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,14,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #530eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #530eea;
  -webkit-box-shadow: 1px 1px 3px 2px #530eea;
  box-shadow:         1px 1px 3px 2px #530eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,14,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530eea


Comments

No comments written yet.

Please login to write comment.