Color Hex Logo

#5d3ada Color Hex

#5D3ADA
(93,58,218)
0 Favorites   0 Comments

Color spaces of #5d3ada

RGB 9358218
HSL0.700.680.54
HSV253°73°85°
CMYK 0.570.730.00   0.15
XYZ18.682110.415267.3553
Yxy10.41520.19370.1080
Hunter Lab32.272646.8538-101.1518
CIE-Lab38.577555.4659-76.3130

#5d3ada color RGB value is (93,58,218).

#5d3ada hex color red value is 93, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5d3ada hue: 0.70 , saturation: 0.68 and the lightness value of 5d3ada is 0.54.

The process color (four color CMYK) of #5d3ada color hex is 0.57, 0.73, 0.00, 0.15. Web safe color of #5d3ada is #6633cc. Color #5d3ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00111010 11011010
Octal 135 72 332
Decimal 93 58 218
Hex 5D 3A DA

RGB Percentages of Color #5d3ada

%25.20
%15.72
%59.08

CMYK Percentages of Color #5d3ada

%57
%73
%0
%15

Triadic Colors of #5d3ada

#5d3ada #da5d3a #3ada5d

Analogous Colors of #5d3ada

#5d3ada #ad3ada #3a67da

Monochromatic Colors of #5d3ada

#5d3ada

Complementary Color

#5d3ada #b7da3a

#5d3ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d3ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d3ada Color CSS Codes

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

#5d3ada Text Font Color

<p style="color:#5d3ada">Text here</p>

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


#5d3ada Background Color

<div style="background-color:#5d3ada">
Div content here</div>

This div background color is #5d3ada


#5d3ada Border Color

<div style="border:3px solid #5d3ada">
Div here</div>

This div border color is #5d3ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,58,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d3ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d3ada;
  -webkit-box-shadow: 1px 1px 3px 2px #5d3ada;
  box-shadow:         1px 1px 3px 2px #5d3ada; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,58,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 #5d3ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d3ada


Comments

No comments written yet.

Please login to write comment.