Color Hex Logo

#5d38cb Color Hex

#5D38CB
(93,56,203)
0 Favorites   0 Comments

Color spaces of #5d38cb

RGB 9356203
HSL0.710.590.51
HSV255°72°80°
CMYK 0.540.720.00   0.20
XYZ16.70799.467357.4467
Yxy9.46730.19980.1132
Hunter Lab30.769043.0818-89.1581
CIE-Lab36.868952.2071-70.4556

#5d38cb color RGB value is (93,56,203).

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

The process color (four color CMYK) of #5d38cb color hex is 0.54, 0.72, 0.00, 0.20. Web safe color of #5d38cb is #6633cc. Color #5d38cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00111000 11001011
Octal 135 70 313
Decimal 93 56 203
Hex 5D 38 CB

RGB Percentages of Color #5d38cb

%26.42
%15.91
%57.67

CMYK Percentages of Color #5d38cb

%54
%72
%0
%20

Triadic Colors of #5d38cb

#5d38cb #cb5d38 #38cb5d

Analogous Colors of #5d38cb

#5d38cb #a738cb #385dcb

Monochromatic Colors of #5d38cb

#5d38cb

Complementary Color

#5d38cb #a6cb38

#5d38cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d38cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d38cb Color CSS Codes

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

#5d38cb Text Font Color

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

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


#5d38cb Background Color

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

This div background color is #5d38cb


#5d38cb Border Color

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

This div border color is #5d38cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d38cb


Comments

No comments written yet.

Please login to write comment.