Color Hex Logo

#5f70bc Color Hex

#5F70BC
(95,112,188)
0 Favorites   0 Comments

Color spaces of #5f70bc

RGB 95112188
HSL0.640.410.55
HSV229°49°74°
CMYK 0.490.400.00   0.26
XYZ19.590617.652149.9516
Yxy17.65210.22470.2024
Hunter Lab42.01449.7063-41.0808
CIE-Lab49.071414.8718-42.0584

#5f70bc color RGB value is (95,112,188).

#5f70bc hex color red value is 95, green value is 112 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5f70bc hue: 0.64 , saturation: 0.41 and the lightness value of 5f70bc is 0.55.

The process color (four color CMYK) of #5f70bc color hex is 0.49, 0.40, 0.00, 0.26. Web safe color of #5f70bc is #6666cc. Color #5f70bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110000 10111100
Octal 137 160 274
Decimal 95 112 188
Hex 5F 70 BC

RGB Percentages of Color #5f70bc

%24.05
%28.35
%47.59

CMYK Percentages of Color #5f70bc

%49
%40
%0
%26

Triadic Colors of #5f70bc

#5f70bc #bc5f70 #70bc5f

Analogous Colors of #5f70bc

#5f70bc #7d5fbc #5f9fbc

Monochromatic Colors of #5f70bc

#5f70bc

Complementary Color

#5f70bc #bcab5f

#5f70bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f70bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f70bc Color CSS Codes

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

#5f70bc Text Font Color

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

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


#5f70bc Background Color

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

This div background color is #5f70bc


#5f70bc Border Color

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

This div border color is #5f70bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f70bc


Comments

No comments written yet.

Please login to write comment.