Color Hex Logo

#530dce Color Hex

#530DCE
(83,13,206)
0 Favorites   0 Comments

Color spaces of #530dce

RGB 8313206
HSL0.730.880.43
HSV262°94°81°
CMYK 0.600.940.00   0.19
XYZ14.85186.583158.8804
Yxy6.58310.18490.0820
Hunter Lab25.657658.4235-118.1018
CIE-Lab30.838367.4192-82.1864

#530dce color RGB value is (83,13,206).

#530dce hex color red value is 83, green value is 13 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #530dce hue: 0.73 , saturation: 0.88 and the lightness value of 530dce is 0.43.

The process color (four color CMYK) of #530dce color hex is 0.60, 0.94, 0.00, 0.19. Web safe color of #530dce is #6600cc. Color #530dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001101 11001110
Octal 123 15 316
Decimal 83 13 206
Hex 53 D CE

RGB Percentages of Color #530dce

%27.48
%4.30
%68.21

CMYK Percentages of Color #530dce

%60
%94
%0
%19

Triadic Colors of #530dce

#530dce #ce530d #0dce53

Analogous Colors of #530dce

#530dce #b40dce #0d28ce

Monochromatic Colors of #530dce

#530dce

Complementary Color

#530dce #88ce0d

#530dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#530dce Color CSS Codes

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

#530dce Text Font Color

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

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


#530dce Background Color

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

This div background color is #530dce


#530dce Border Color

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

This div border color is #530dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530dce


Comments

No comments written yet.

Please login to write comment.