Color Hex Logo

#5d52dc Color Hex

#5D52DC
(93,82,220)
0 Favorites   0 Comments

Color spaces of #5d52dc

RGB 9382220
HSL0.680.660.59
HSV245°63°86°
CMYK 0.580.630.00   0.14
XYZ20.449813.529069.2437
Yxy13.52900.19810.1311
Hunter Lab36.781834.8736-85.8694
CIE-Lab43.549742.9282-69.3181

#5d52dc color RGB value is (93,82,220).

#5d52dc hex color red value is 93, green value is 82 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5d52dc hue: 0.68 , saturation: 0.66 and the lightness value of 5d52dc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01010010 11011100
Octal 135 122 334
Decimal 93 82 220
Hex 5D 52 DC

RGB Percentages of Color #5d52dc

%23.54
%20.76
%55.70

CMYK Percentages of Color #5d52dc

%58
%63
%0
%14

Triadic Colors of #5d52dc

#5d52dc #dc5d52 #52dc5d

Analogous Colors of #5d52dc

#5d52dc #a252dc #528cdc

Monochromatic Colors of #5d52dc

#5d52dc

Complementary Color

#5d52dc #d1dc52

#5d52dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d52dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d52dc Color CSS Codes

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

#5d52dc Text Font Color

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

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


#5d52dc Background Color

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

This div background color is #5d52dc


#5d52dc Border Color

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

This div border color is #5d52dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d52dc


Comments

No comments written yet.

Please login to write comment.