Color Hex Logo

#5f60ef Color Hex

#5F60EF
(95,96,239)
0 Favorites   0 Comments

Color spaces of #5f60ef

RGB 9596239
HSL0.670.820.65
HSV240°60°94°
CMYK 0.600.600.00   0.06
XYZ24.482217.030683.6582
Yxy17.03060.19560.1361
Hunter Lab41.268133.6753-91.3041
CIE-Lab48.298640.9830-72.3210

#5f60ef color RGB value is (95,96,239).

#5f60ef hex color red value is 95, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5f60ef hue: 0.67 , saturation: 0.82 and the lightness value of 5f60ef is 0.65.

The process color (four color CMYK) of #5f60ef color hex is 0.60, 0.60, 0.00, 0.06. Web safe color of #5f60ef is #6666ff. Color #5f60ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01100000 11101111
Octal 137 140 357
Decimal 95 96 239
Hex 5F 60 EF

RGB Percentages of Color #5f60ef

%22.09
%22.33
%55.58

CMYK Percentages of Color #5f60ef

%60
%60
%0
%6

Triadic Colors of #5f60ef

#5f60ef #ef5f60 #60ef5f

Analogous Colors of #5f60ef

#5f60ef #a65fef #5fa8ef

Monochromatic Colors of #5f60ef

#5f60ef

Complementary Color

#5f60ef #efee5f

#5f60ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f60ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f60ef Color CSS Codes

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

#5f60ef Text Font Color

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

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


#5f60ef Background Color

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

This div background color is #5f60ef


#5f60ef Border Color

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

This div border color is #5f60ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f60ef


Comments

No comments written yet.

Please login to write comment.