Color Hex Logo

#530dee Color Hex

#530DEE
(83,13,238)
0 Favorites   0 Comments

Color spaces of #530dee

RGB 8313238
HSL0.720.900.49
HSV259°95°93°
CMYK 0.650.950.00   0.07
XYZ19.14388.299981.4820
Yxy8.29990.17580.0762
Hunter Lab28.809568.1957-147.5231
CIE-Lab34.599874.9866-94.3372

#530dee color RGB value is (83,13,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001101 11101110
Octal 123 15 356
Decimal 83 13 238
Hex 53 D EE

RGB Percentages of Color #530dee

%24.85
%3.89
%71.26

CMYK Percentages of Color #530dee

%65
%95
%0
%7

Triadic Colors of #530dee

#530dee #ee530d #0dee53

Analogous Colors of #530dee

#530dee #c40dee #0d37ee

Monochromatic Colors of #530dee

#530dee

Complementary Color

#530dee #a8ee0d

#530dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#530dee Color CSS Codes

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

#530dee Text Font Color

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

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


#530dee Background Color

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

This div background color is #530dee


#530dee Border Color

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

This div border color is #530dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530dee


Comments

No comments written yet.

Please login to write comment.