Color Hex Logo

#5a42df Color Hex

#5A42DF
(90,66,223)
0 Favorites   0 Comments

Color spaces of #5a42df

RGB 9066223
HSL0.690.710.57
HSV249°70°87°
CMYK 0.600.700.00   0.13
XYZ19.483911.397870.9851
Yxy11.39780.19130.1119
Hunter Lab33.760643.9346-101.0307
CIE-Lab40.242552.3899-76.4500

#5a42df color RGB value is (90,66,223).

#5a42df hex color red value is 90, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5a42df hue: 0.69 , saturation: 0.71 and the lightness value of 5a42df is 0.57.

The process color (four color CMYK) of #5a42df color hex is 0.60, 0.70, 0.00, 0.13. Web safe color of #5a42df is #6633cc. Color #5a42df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000010 11011111
Octal 132 102 337
Decimal 90 66 223
Hex 5A 42 DF

RGB Percentages of Color #5a42df

%23.75
%17.41
%58.84

CMYK Percentages of Color #5a42df

%60
%70
%0
%13

Triadic Colors of #5a42df

#5a42df #df5a42 #42df5a

Analogous Colors of #5a42df

#5a42df #a942df #4279df

Monochromatic Colors of #5a42df

#5a42df

Complementary Color

#5a42df #c7df42

#5a42df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a42df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a42df Color CSS Codes

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

#5a42df Text Font Color

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

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


#5a42df Background Color

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

This div background color is #5a42df


#5a42df Border Color

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

This div border color is #5a42df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,66,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a42df


Comments

No comments written yet.

Please login to write comment.