Color Hex Logo

#5d5ada Color Hex

#5D5ADA
(93,90,218)
0 Favorites   0 Comments

Color spaces of #5d5ada

RGB 9390218
HSL0.670.630.60
HSV241°59°85°
CMYK 0.570.590.00   0.15
XYZ20.825314.701468.0697
Yxy14.70140.20100.1419
Hunter Lab38.342429.8513-78.4185
CIE-Lab45.222537.5408-65.4565

#5d5ada color RGB value is (93,90,218).

#5d5ada hex color red value is 93, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5d5ada hue: 0.67 , saturation: 0.63 and the lightness value of 5d5ada is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01011010 11011010
Octal 135 132 332
Decimal 93 90 218
Hex 5D 5A DA

RGB Percentages of Color #5d5ada

%23.19
%22.44
%54.36

CMYK Percentages of Color #5d5ada

%57
%59
%0
%15

Triadic Colors of #5d5ada

#5d5ada #da5d5a #5ada5d

Analogous Colors of #5d5ada

#5d5ada #9d5ada #5a97da

Monochromatic Colors of #5d5ada

#5d5ada

Complementary Color

#5d5ada #d7da5a

#5d5ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d5ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d5ada Color CSS Codes

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

#5d5ada Text Font Color

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

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


#5d5ada Background Color

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

This div background color is #5d5ada


#5d5ada Border Color

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

This div border color is #5d5ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d5ada


Comments

No comments written yet.

Please login to write comment.