Color Hex Logo

#5d42da Color Hex

#5D42DA
(93,66,218)
0 Favorites   0 Comments

Color spaces of #5d42da

RGB 9366218
HSL0.700.670.56
HSV251°70°85°
CMYK 0.570.700.00   0.15
XYZ19.117311.285567.5004
Yxy11.28550.19530.1153
Hunter Lab33.593942.7898-95.6160
CIE-Lab40.057251.3280-73.8840

#5d42da color RGB value is (93,66,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000010 11011010
Octal 135 102 332
Decimal 93 66 218
Hex 5D 42 DA

RGB Percentages of Color #5d42da

%24.67
%17.51
%57.82

CMYK Percentages of Color #5d42da

%57
%70
%0
%15

Triadic Colors of #5d42da

#5d42da #da5d42 #42da5d

Analogous Colors of #5d42da

#5d42da #a942da #4273da

Monochromatic Colors of #5d42da

#5d42da

Complementary Color

#5d42da #bfda42

#5d42da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d42da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d42da Color CSS Codes

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

#5d42da Text Font Color

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

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


#5d42da Background Color

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

This div background color is #5d42da


#5d42da Border Color

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

This div border color is #5d42da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d42da


Comments

No comments written yet.

Please login to write comment.