color codes Logo

#5d2adc color codes

#5D2ADC
(93,42,220)
0 Favorites   0 Comments

Color spaces of #5d2adc

RGB 9342220
HSL0.710.720.51
HSV257°81°86°
CMYK 0.580.810.00   0.14
XYZ18.26049.150468.5139
Yxy9.15040.19040.0954
Hunter Lab30.249654.8159-113.1142
CIE-Lab36.272363.1983-81.2591

#5d2adc color RGB value is (93,42,220).

#5d2adc hex color red value is 93, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5d2adc hue: 0.71 , saturation: 0.72 and the lightness value of 5d2adc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 00101010 11011100
Octal 135 52 334
Decimal 93 42 220
Hex 5D 2A DC

RGB Percentages of Color #5d2adc

%26.20
%11.83
%61.97

CMYK Percentages of Color #5d2adc

%58
%81
%0
%14

Triadic Colors of #5d2adc

#5d2adc #dc5d2a #2adc5d

Analogous Colors of #5d2adc

#5d2adc #b62adc #2a50dc

Monochromatic Colors of #5d2adc

#5d2adc

Complementary Color

#5d2adc #a9dc2a

#5d2adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d2adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d2adc Color CSS Codes

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

#5d2adc Text Font Color

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

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


#5d2adc Background Color

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

This div background color is #5d2adc


#5d2adc Border Color

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

This div border color is #5d2adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d2adc


Comments

No comments written yet.

Please login to write comment.