Color Hex Logo

#5d42dc Color Hex

#5D42DC
(93,66,220)
0 Favorites   0 Comments

Color spaces of #5d42dc

RGB 9366220
HSL0.700.690.56
HSV251°70°86°
CMYK 0.580.700.00   0.14
XYZ19.380711.390968.8873
Yxy11.39090.19450.1143
Hunter Lab33.750443.4379-97.3904
CIE-Lab40.231251.9174-74.7441

#5d42dc color RGB value is (93,66,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000010 11011100
Octal 135 102 334
Decimal 93 66 220
Hex 5D 42 DC

RGB Percentages of Color #5d42dc

%24.54
%17.41
%58.05

CMYK Percentages of Color #5d42dc

%58
%70
%0
%14

Triadic Colors of #5d42dc

#5d42dc #dc5d42 #42dc5d

Analogous Colors of #5d42dc

#5d42dc #aa42dc #4274dc

Monochromatic Colors of #5d42dc

#5d42dc

Complementary Color

#5d42dc #c1dc42

#5d42dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d42dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d42dc Color CSS Codes

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

#5d42dc Text Font Color

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

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


#5d42dc Background Color

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

This div background color is #5d42dc


#5d42dc Border Color

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

This div border color is #5d42dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d42dc


Comments

No comments written yet.

Please login to write comment.