Color Hex Logo

#5d067b Color Hex

#5D067B
(93,6,123)
0 Favorites   0 Comments

Color spaces of #5d067b

RGB 936123
HSL0.790.910.25
HSV285°95°48°
CMYK 0.240.950.00   0.52
XYZ8.15453.887519.0595
Yxy3.88750.26220.1250
Hunter Lab19.716739.3202-43.5119
CIE-Lab23.296051.1450-44.1269

#5d067b color RGB value is (93,6,123).

#5d067b hex color red value is 93, green value is 6 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #5d067b hue: 0.79 , saturation: 0.91 and the lightness value of 5d067b is 0.25.

The process color (four color CMYK) of #5d067b color hex is 0.24, 0.95, 0.00, 0.52. Web safe color of #5d067b is #660066. Color #5d067b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000110 01111011
Octal 135 6 173
Decimal 93 6 123
Hex 5D 6 7B

RGB Percentages of Color #5d067b

%41.89
%2.70
%55.41

CMYK Percentages of Color #5d067b

%24
%95
%0
%52

Triadic Colors of #5d067b

#5d067b #7b5d06 #067b5d

Analogous Colors of #5d067b

#5d067b #7b065f #22067b

Monochromatic Colors of #5d067b

#5d067b

Complementary Color

#5d067b #247b06

#5d067b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d067b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d067b Color CSS Codes

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

#5d067b Text Font Color

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

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


#5d067b Background Color

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

This div background color is #5d067b


#5d067b Border Color

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

This div border color is #5d067b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d067b


Comments

No comments written yet.

Please login to write comment.