Color Hex Logo

#6f53fd Color Hex

#6F53FD
(111,83,253)
0 Favorites   0 Comments

Color spaces of #6f53fd

RGB 11183253
HSL0.690.980.66
HSV250°67°99°
CMYK 0.560.670.00   0.01
XYZ27.378416.657994.7008
Yxy16.65790.19730.1201
Hunter Lab40.814148.3145-109.0005
CIE-Lab47.826155.0999-80.8647

#6f53fd color RGB value is (111,83,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010011 11111101
Octal 157 123 375
Decimal 111 83 253
Hex 6F 53 FD

RGB Percentages of Color #6f53fd

%24.83
%18.57
%56.60

CMYK Percentages of Color #6f53fd

%56
%67
%0
%1

Triadic Colors of #6f53fd

#6f53fd #fd6f53 #53fd6f

Analogous Colors of #6f53fd

#6f53fd #c453fd #538cfd

Monochromatic Colors of #6f53fd

#6f53fd

Complementary Color

#6f53fd #e1fd53

#6f53fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f53fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f53fd Color CSS Codes

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

#6f53fd Text Font Color

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

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


#6f53fd Background Color

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

This div background color is #6f53fd


#6f53fd Border Color

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

This div border color is #6f53fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f53fd

Related Colors


Comments

No comments written yet.

Please login to write comment.