Color Hex Logo

#5d2fbd Color Hex

#5D2FBD
(93,47,189)
0 Favorites   0 Comments

Color spaces of #5d2fbd

RGB 9347189
HSL0.720.600.46
HSV259°75°74°
CMYK 0.510.750.00   0.26
XYZ14.71608.034348.9193
Yxy8.03430.20530.1121
Hunter Lab28.344843.0697-82.4850
CIE-Lab34.054252.7343-66.8801

#5d2fbd color RGB value is (93,47,189).

#5d2fbd hex color red value is 93, green value is 47 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5d2fbd hue: 0.72 , saturation: 0.60 and the lightness value of 5d2fbd is 0.46.

The process color (four color CMYK) of #5d2fbd color hex is 0.51, 0.75, 0.00, 0.26. Web safe color of #5d2fbd is #6633cc. Color #5d2fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00101111 10111101
Octal 135 57 275
Decimal 93 47 189
Hex 5D 2F BD

RGB Percentages of Color #5d2fbd

%28.27
%14.29
%57.45

CMYK Percentages of Color #5d2fbd

%51
%75
%0
%26

Triadic Colors of #5d2fbd

#5d2fbd #bd5d2f #2fbd5d

Analogous Colors of #5d2fbd

#5d2fbd #a42fbd #2f48bd

Monochromatic Colors of #5d2fbd

#5d2fbd

Complementary Color

#5d2fbd #8fbd2f

#5d2fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d2fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d2fbd Color CSS Codes

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

#5d2fbd Text Font Color

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

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


#5d2fbd Background Color

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

This div background color is #5d2fbd


#5d2fbd Border Color

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

This div border color is #5d2fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d2fbd


Comments

No comments written yet.

Please login to write comment.