Color Hex Logo

#6f4efd Color Hex

#6F4EFD
(111,78,253)
0 Favorites   0 Comments

Color spaces of #6f4efd

RGB 11178253
HSL0.700.980.65
HSV251°69°99°
CMYK 0.560.690.00   0.01
XYZ27.009615.920194.5778
Yxy15.92010.19640.1158
Hunter Lab39.900051.0074-112.6093
CIE-Lab46.869557.7337-82.4313

#6f4efd color RGB value is (111,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01001110 11111101
Octal 157 116 375
Decimal 111 78 253
Hex 6F 4E FD

RGB Percentages of Color #6f4efd

%25.11
%17.65
%57.24

CMYK Percentages of Color #6f4efd

%56
%69
%0
%1

Triadic Colors of #6f4efd

#6f4efd #fd6f4e #4efd6f

Analogous Colors of #6f4efd

#6f4efd #c74efd #4e85fd

Monochromatic Colors of #6f4efd

#6f4efd

Complementary Color

#6f4efd #dcfd4e

#6f4efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f4efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f4efd Color CSS Codes

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

#6f4efd Text Font Color

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

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


#6f4efd Background Color

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

This div background color is #6f4efd


#6f4efd Border Color

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

This div border color is #6f4efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f4efd


Comments

No comments written yet.

Please login to write comment.