Color Hex Logo

#6f39fb Color Hex

#6F39FB
(111,57,251)
0 Favorites   0 Comments

Color spaces of #6f39fb

RGB 11157251
HSL0.710.960.60
HSV257°77°98°
CMYK 0.560.770.00   0.02
XYZ25.431313.270892.4879
Yxy13.27080.19390.1012
Hunter Lab36.429160.8606-125.0278
CIE-Lab43.168567.1545-87.3963

#6f39fb color RGB value is (111,57,251).

#6f39fb hex color red value is 111, green value is 57 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6f39fb hue: 0.71 , saturation: 0.96 and the lightness value of 6f39fb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111001 11111011
Octal 157 71 373
Decimal 111 57 251
Hex 6F 39 FB

RGB Percentages of Color #6f39fb

%26.49
%13.60
%59.90

CMYK Percentages of Color #6f39fb

%56
%77
%0
%2

Triadic Colors of #6f39fb

#6f39fb #fb6f39 #39fb6f

Analogous Colors of #6f39fb

#6f39fb #d039fb #3964fb

Monochromatic Colors of #6f39fb

#6f39fb

Complementary Color

#6f39fb #c5fb39

#6f39fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f39fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f39fb Color CSS Codes

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

#6f39fb Text Font Color

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

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


#6f39fb Background Color

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

This div background color is #6f39fb


#6f39fb Border Color

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

This div border color is #6f39fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,57,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 #6f39fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f39fb

Related Colors


Comments

No comments written yet.

Please login to write comment.