Color Hex Logo

#6f4aeb Color Hex

#6F4AEB
(111,74,235)
0 Favorites   0 Comments

Color spaces of #6f4aeb

RGB 11174235
HSL0.700.800.61
HSV254°69°92°
CMYK 0.530.690.00   0.08
XYZ23.999714.275280.0877
Yxy14.27520.20280.1206
Hunter Lab37.782547.2649-99.2293
CIE-Lab44.625054.7133-76.0107

#6f4aeb color RGB value is (111,74,235).

#6f4aeb hex color red value is 111, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6f4aeb hue: 0.70 , saturation: 0.80 and the lightness value of 6f4aeb is 0.61.

The process color (four color CMYK) of #6f4aeb color hex is 0.53, 0.69, 0.00, 0.08. Web safe color of #6f4aeb is #6633ff. Color #6f4aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01001010 11101011
Octal 157 112 353
Decimal 111 74 235
Hex 6F 4A EB

RGB Percentages of Color #6f4aeb

%26.43
%17.62
%55.95

CMYK Percentages of Color #6f4aeb

%53
%69
%0
%8

Triadic Colors of #6f4aeb

#6f4aeb #eb6f4a #4aeb6f

Analogous Colors of #6f4aeb

#6f4aeb #c04aeb #4a76eb

Monochromatic Colors of #6f4aeb

#6f4aeb

Complementary Color

#6f4aeb #c6eb4a

#6f4aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f4aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f4aeb Color CSS Codes

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

#6f4aeb Text Font Color

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

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


#6f4aeb Background Color

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

This div background color is #6f4aeb


#6f4aeb Border Color

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

This div border color is #6f4aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f4aeb


Comments

No comments written yet.

Please login to write comment.