Color Hex Logo

#5f6bfa Color Hex

#5F6BFA
(95,107,250)
0 Favorites   0 Comments

Color spaces of #5f6bfa

RGB 95107250
HSL0.650.940.68
HSV235°62°98°
CMYK 0.620.570.00   0.02
XYZ27.232319.850492.8387
Yxy19.85040.19460.1419
Hunter Lab44.553831.1342-92.3575
CIE-Lab51.667637.9530-72.9817

#5f6bfa color RGB value is (95,107,250).

#5f6bfa hex color red value is 95, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5f6bfa hue: 0.65 , saturation: 0.94 and the lightness value of 5f6bfa is 0.68.

The process color (four color CMYK) of #5f6bfa color hex is 0.62, 0.57, 0.00, 0.02. Web safe color of #5f6bfa is #6666ff. Color #5f6bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01101011 11111010
Octal 137 153 372
Decimal 95 107 250
Hex 5F 6B FA

RGB Percentages of Color #5f6bfa

%21.02
%23.67
%55.31

CMYK Percentages of Color #5f6bfa

%62
%57
%0
%2

Triadic Colors of #5f6bfa

#5f6bfa #fa5f6b #6bfa5f

Analogous Colors of #5f6bfa

#5f6bfa #a15ffa #5fb9fa

Monochromatic Colors of #5f6bfa

#5f6bfa

Complementary Color

#5f6bfa #faee5f

#5f6bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6bfa Color CSS Codes

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

#5f6bfa Text Font Color

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

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


#5f6bfa Background Color

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

This div background color is #5f6bfa


#5f6bfa Border Color

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

This div border color is #5f6bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.