Color Hex Logo

#5f7bdf Color Hex

#5F7BDF
(95,123,223)
0 Favorites   0 Comments

Color spaces of #5f7bdf

RGB 95123223
HSL0.630.670.62
HSV227°57°87°
CMYK 0.570.450.00   0.13
XYZ25.121621.926572.7202
Yxy21.92650.20980.1831
Hunter Lab46.825713.8186-59.2991
CIE-Lab53.948919.3737-54.2200

#5f7bdf color RGB value is (95,123,223).

#5f7bdf hex color red value is 95, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5f7bdf hue: 0.63 , saturation: 0.67 and the lightness value of 5f7bdf is 0.62.

The process color (four color CMYK) of #5f7bdf color hex is 0.57, 0.45, 0.00, 0.13. Web safe color of #5f7bdf is #6666cc. Color #5f7bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01111011 11011111
Octal 137 173 337
Decimal 95 123 223
Hex 5F 7B DF

RGB Percentages of Color #5f7bdf

%21.54
%27.89
%50.57

CMYK Percentages of Color #5f7bdf

%57
%45
%0
%13

Triadic Colors of #5f7bdf

#5f7bdf #df5f7b #7bdf5f

Analogous Colors of #5f7bdf

#5f7bdf #835fdf #5fbbdf

Monochromatic Colors of #5f7bdf

#5f7bdf

Complementary Color

#5f7bdf #dfc35f

#5f7bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f7bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f7bdf Color CSS Codes

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

#5f7bdf Text Font Color

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

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


#5f7bdf Background Color

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

This div background color is #5f7bdf


#5f7bdf Border Color

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

This div border color is #5f7bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f7bdf


Comments

No comments written yet.

Please login to write comment.