Color Hex Logo

#5f5fbe Color Hex

#5F5FBE
(95,95,190)
0 Favorites   0 Comments

Color spaces of #5f5fbe

RGB 9595190
HSL0.670.420.56
HSV240°50°75°
CMYK 0.500.500.00   0.25
XYZ18.105814.335050.5279
Yxy14.33500.21820.1728
Hunter Lab37.861619.1027-52.6219
CIE-Lab44.709626.0141-50.1697

#5f5fbe color RGB value is (95,95,190).

#5f5fbe hex color red value is 95, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5f5fbe hue: 0.67 , saturation: 0.42 and the lightness value of 5f5fbe is 0.56.

The process color (four color CMYK) of #5f5fbe color hex is 0.50, 0.50, 0.00, 0.25. Web safe color of #5f5fbe is #6666cc. Color #5f5fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01011111 10111110
Octal 137 137 276
Decimal 95 95 190
Hex 5F 5F BE

RGB Percentages of Color #5f5fbe

%25.00
%25.00
%50.00

CMYK Percentages of Color #5f5fbe

%50
%50
%0
%25

Triadic Colors of #5f5fbe

#5f5fbe #be5f5f #5fbe5f

Analogous Colors of #5f5fbe

#5f5fbe #8f5fbe #5f8fbe

Monochromatic Colors of #5f5fbe

#5f5fbe

Complementary Color

#5f5fbe #bebe5f

#5f5fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f5fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f5fbe Color CSS Codes

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

#5f5fbe Text Font Color

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

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


#5f5fbe Background Color

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

This div background color is #5f5fbe


#5f5fbe Border Color

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

This div border color is #5f5fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f5fbe


Comments

No comments written yet.

Please login to write comment.