Color Hex Logo

#5d2676 Color Hex

#5D2676
(93,38,118)
0 Favorites   0 Comments

Color spaces of #5d2676

RGB 9338118
HSL0.780.510.31
HSV281°68°46°
CMYK 0.210.680.00   0.54
XYZ8.47735.021417.6620
Yxy5.02140.27210.1611
Hunter Lab22.408528.3131-31.0455
CIE-Lab26.795638.9325-35.2889

#5d2676 color RGB value is (93,38,118).

#5d2676 hex color red value is 93, green value is 38 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #5d2676 hue: 0.78 , saturation: 0.51 and the lightness value of 5d2676 is 0.31.

The process color (four color CMYK) of #5d2676 color hex is 0.21, 0.68, 0.00, 0.54. Web safe color of #5d2676 is #663366. Color #5d2676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00100110 01110110
Octal 135 46 166
Decimal 93 38 118
Hex 5D 26 76

RGB Percentages of Color #5d2676

%37.35
%15.26
%47.39

CMYK Percentages of Color #5d2676

%21
%68
%0
%54

Triadic Colors of #5d2676

#5d2676 #765d26 #26765d

Analogous Colors of #5d2676

#5d2676 #762667 #352676

Monochromatic Colors of #5d2676

#5d2676

Complementary Color

#5d2676 #3f7626

#5d2676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d2676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d2676 Color CSS Codes

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

#5d2676 Text Font Color

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

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


#5d2676 Background Color

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

This div background color is #5d2676


#5d2676 Border Color

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

This div border color is #5d2676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d2676


Comments

No comments written yet.

Please login to write comment.