Color Hex Logo

#5f6cbe Color Hex

#5F6CBE
(95,108,190)
0 Favorites   0 Comments

Color spaces of #5f6cbe

RGB 95108190
HSL0.640.420.56
HSV232°50°75°
CMYK 0.500.430.00   0.25
XYZ19.376116.875750.9513
Yxy16.87570.22220.1935
Hunter Lab41.080012.3025-44.7810
CIE-Lab48.103017.9638-44.7502

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01101100 10111110
Octal 137 154 276
Decimal 95 108 190
Hex 5F 6C BE

RGB Percentages of Color #5f6cbe

%24.17
%27.48
%48.35

CMYK Percentages of Color #5f6cbe

%50
%43
%0
%25

Triadic Colors of #5f6cbe

#5f6cbe #be5f6c #6cbe5f

Analogous Colors of #5f6cbe

#5f6cbe #825fbe #5f9cbe

Monochromatic Colors of #5f6cbe

#5f6cbe

Complementary Color

#5f6cbe #beb15f

#5f6cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6cbe Color CSS Codes

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

#5f6cbe Text Font Color

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

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


#5f6cbe Background Color

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

This div background color is #5f6cbe


#5f6cbe Border Color

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

This div border color is #5f6cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6cbe


Comments

No comments written yet.

Please login to write comment.