Color Hex Logo

#5f5aab Color Hex

#5F5AAB
(95,90,171)
0 Favorites   0 Comments

Color spaces of #5f5aab

RGB 9590171
HSL0.680.330.51
HSV244°47°67°
CMYK 0.440.470.00   0.33
XYZ15.726212.685540.1478
Yxy12.68550.22940.1850
Hunter Lab35.616716.4856-41.9011
CIE-Lab42.285523.2627-42.9236

#5f5aab color RGB value is (95,90,171).

#5f5aab hex color red value is 95, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5f5aab hue: 0.68 , saturation: 0.33 and the lightness value of 5f5aab is 0.51.

The process color (four color CMYK) of #5f5aab color hex is 0.44, 0.47, 0.00, 0.33. Web safe color of #5f5aab is #666699. Color #5f5aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01011010 10101011
Octal 137 132 253
Decimal 95 90 171
Hex 5F 5A AB

RGB Percentages of Color #5f5aab

%26.69
%25.28
%48.03

CMYK Percentages of Color #5f5aab

%44
%47
%0
%33

Triadic Colors of #5f5aab

#5f5aab #ab5f5a #5aab5f

Analogous Colors of #5f5aab

#5f5aab #885aab #5a7eab

Monochromatic Colors of #5f5aab

#5f5aab

Complementary Color

#5f5aab #a6ab5a

#5f5aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f5aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f5aab Color CSS Codes

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

#5f5aab Text Font Color

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

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


#5f5aab Background Color

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

This div background color is #5f5aab


#5f5aab Border Color

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

This div border color is #5f5aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f5aab


Comments

No comments written yet.

Please login to write comment.