Color Hex Logo

#5d3fce Color Hex

#5D3FCE
(93,63,206)
0 Favorites   0 Comments

Color spaces of #5d3fce

RGB 9363206
HSL0.700.590.53
HSV253°69°81°
CMYK 0.550.690.00   0.19
XYZ17.432310.338459.4692
Yxy10.33840.19980.1185
Hunter Lab32.153440.5073-87.1523
CIE-Lab38.443049.4126-69.6162

#5d3fce color RGB value is (93,63,206).

#5d3fce hex color red value is 93, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5d3fce hue: 0.70 , saturation: 0.59 and the lightness value of 5d3fce is 0.53.

The process color (four color CMYK) of #5d3fce color hex is 0.55, 0.69, 0.00, 0.19. Web safe color of #5d3fce is #6633cc. Color #5d3fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00111111 11001110
Octal 135 77 316
Decimal 93 63 206
Hex 5D 3F CE

RGB Percentages of Color #5d3fce

%25.69
%17.40
%56.91

CMYK Percentages of Color #5d3fce

%55
%69
%0
%19

Triadic Colors of #5d3fce

#5d3fce #ce5d3f #3fce5d

Analogous Colors of #5d3fce

#5d3fce #a53fce #3f69ce

Monochromatic Colors of #5d3fce

#5d3fce

Complementary Color

#5d3fce #b0ce3f

#5d3fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d3fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d3fce Color CSS Codes

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

#5d3fce Text Font Color

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

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


#5d3fce Background Color

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

This div background color is #5d3fce


#5d3fce Border Color

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

This div border color is #5d3fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d3fce


Comments

No comments written yet.

Please login to write comment.