Color Hex Logo

#530ecd Color Hex

#530ECD
(83,14,205)
0 Favorites   0 Comments

Color spaces of #530ecd

RGB 8314205
HSL0.730.870.43
HSV262°93°80°
CMYK 0.600.930.00   0.20
XYZ14.74386.560958.2469
Yxy6.56090.18530.0825
Hunter Lab25.614357.9213-116.8957
CIE-Lab30.785666.9920-81.6908

#530ecd color RGB value is (83,14,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001110 11001101
Octal 123 16 315
Decimal 83 14 205
Hex 53 E CD

RGB Percentages of Color #530ecd

%27.48
%4.64
%67.88

CMYK Percentages of Color #530ecd

%60
%93
%0
%20

Triadic Colors of #530ecd

#530ecd #cd530e #0ecd53

Analogous Colors of #530ecd

#530ecd #b30ecd #0e29cd

Monochromatic Colors of #530ecd

#530ecd

Complementary Color

#530ecd #88cd0e

#530ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#530ecd Color CSS Codes

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

#530ecd Text Font Color

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

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


#530ecd Background Color

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

This div background color is #530ecd


#530ecd Border Color

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

This div border color is #530ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530ecd


Comments

No comments written yet.

Please login to write comment.