Color Hex Logo

#5e67ab Color Hex

#5E67AB
(94,103,171)
0 Favorites   0 Comments

Color spaces of #5e67ab

RGB 94103171
HSL0.650.310.52
HSV233°45°67°
CMYK 0.450.400.00   0.33
XYZ16.817015.020540.5410
Yxy15.02050.23230.2075
Hunter Lab38.75639.6306-34.8909
CIE-Lab45.662314.9129-37.5683

#5e67ab color RGB value is (94,103,171).

#5e67ab hex color red value is 94, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5e67ab hue: 0.65 , saturation: 0.31 and the lightness value of 5e67ab is 0.52.

The process color (four color CMYK) of #5e67ab color hex is 0.45, 0.40, 0.00, 0.33. Web safe color of #5e67ab is #666699. Color #5e67ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01100111 10101011
Octal 136 147 253
Decimal 94 103 171
Hex 5E 67 AB

RGB Percentages of Color #5e67ab

%25.54
%27.99
%46.47

CMYK Percentages of Color #5e67ab

%45
%40
%0
%33

Triadic Colors of #5e67ab

#5e67ab #ab5e67 #67ab5e

Analogous Colors of #5e67ab

#5e67ab #7c5eab #5e8eab

Monochromatic Colors of #5e67ab

#5e67ab

Complementary Color

#5e67ab #aba25e

#5e67ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e67ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e67ab Color CSS Codes

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

#5e67ab Text Font Color

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

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


#5e67ab Background Color

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

This div background color is #5e67ab


#5e67ab Border Color

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

This div border color is #5e67ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,103,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e67ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e67ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5e67ab;
  box-shadow:         1px 1px 3px 2px #5e67ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,103,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e67ab


Comments

No comments written yet.

Please login to write comment.