Color Hex Logo

#6f57fb Color Hex

#6F57FB
(111,87,251)
0 Favorites   0 Comments

Color spaces of #6f57fb

RGB 11187251
HSL0.690.950.66
HSV249°65°98°
CMYK 0.560.650.00   0.02
XYZ27.376317.160993.1363
Yxy17.16090.19880.1246
Hunter Lab41.425745.4672-104.3021
CIE-Lab48.462152.3498-78.7109

#6f57fb color RGB value is (111,87,251).

#6f57fb hex color red value is 111, green value is 87 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6f57fb hue: 0.69 , saturation: 0.95 and the lightness value of 6f57fb is 0.66.

The process color (four color CMYK) of #6f57fb color hex is 0.56, 0.65, 0.00, 0.02. Web safe color of #6f57fb is #6666ff. Color #6f57fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010111 11111011
Octal 157 127 373
Decimal 111 87 251
Hex 6F 57 FB

RGB Percentages of Color #6f57fb

%24.72
%19.38
%55.90

CMYK Percentages of Color #6f57fb

%56
%65
%0
%2

Triadic Colors of #6f57fb

#6f57fb #fb6f57 #57fb6f

Analogous Colors of #6f57fb

#6f57fb #c157fb #5791fb

Monochromatic Colors of #6f57fb

#6f57fb

Complementary Color

#6f57fb #e3fb57

#6f57fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f57fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f57fb Color CSS Codes

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

#6f57fb Text Font Color

<p style="color:#6f57fb">Text here</p>

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


#6f57fb Background Color

<div style="background-color:#6f57fb">
Div content here</div>

This div background color is #6f57fb


#6f57fb Border Color

<div style="border:3px solid #6f57fb">
Div here</div>

This div border color is #6f57fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,87,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f57fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f57fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6f57fb;
  box-shadow:         1px 1px 3px 2px #6f57fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,87,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f57fb


Comments

No comments written yet.

Please login to write comment.