Color Hex Logo

#5c5ada Color Hex

#5C5ADA
(92,90,218)
0 Favorites   0 Comments

Color spaces of #5c5ada

RGB 9290218
HSL0.670.630.60
HSV241°59°85°
CMYK 0.580.590.00   0.15
XYZ20.724714.649668.0650
Yxy14.64960.20040.1416
Hunter Lab38.274829.6717-78.6445
CIE-Lab45.150537.3650-65.5767

#5c5ada color RGB value is (92,90,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01011010 11011010
Octal 134 132 332
Decimal 92 90 218
Hex 5C 5A DA

RGB Percentages of Color #5c5ada

%23.00
%22.50
%54.50

CMYK Percentages of Color #5c5ada

%58
%59
%0
%15

Triadic Colors of #5c5ada

#5c5ada #da5c5a #5ada5c

Analogous Colors of #5c5ada

#5c5ada #9c5ada #5a98da

Monochromatic Colors of #5c5ada

#5c5ada

Complementary Color

#5c5ada #d8da5a

#5c5ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c5ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c5ada Color CSS Codes

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

#5c5ada Text Font Color

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

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


#5c5ada Background Color

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

This div background color is #5c5ada


#5c5ada Border Color

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

This div border color is #5c5ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c5ada


Comments

No comments written yet.

Please login to write comment.