Color Hex Logo

#5d2eba Color Hex

#5D2EBA
(93,46,186)
0 Favorites   0 Comments

Color spaces of #5d2eba

RGB 9346186
HSL0.720.600.45
HSV260°75°73°
CMYK 0.500.750.00   0.27
XYZ14.35417.826347.2085
Yxy7.82630.20690.1128
Hunter Lab27.975542.6303-80.4686
CIE-Lab33.618552.3933-65.8245

#5d2eba color RGB value is (93,46,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 00101110 10111010
Octal 135 56 272
Decimal 93 46 186
Hex 5D 2E BA

RGB Percentages of Color #5d2eba

%28.62
%14.15
%57.23

CMYK Percentages of Color #5d2eba

%50
%75
%0
%27

Triadic Colors of #5d2eba

#5d2eba #ba5d2e #2eba5d

Analogous Colors of #5d2eba

#5d2eba #a32eba #2e45ba

Monochromatic Colors of #5d2eba

#5d2eba

Complementary Color

#5d2eba #8bba2e

#5d2eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d2eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d2eba Color CSS Codes

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

#5d2eba Text Font Color

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

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


#5d2eba Background Color

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

This div background color is #5d2eba


#5d2eba Border Color

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

This div border color is #5d2eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d2eba


Comments

No comments written yet.

Please login to write comment.