Color Hex Logo

#6f3aeb Color Hex

#6F3AEB
(111,58,235)
0 Favorites   0 Comments

Color spaces of #6f3aeb

RGB 11158235
HSL0.720.820.57
HSV258°75°92°
CMYK 0.530.750.00   0.08
XYZ23.064012.403879.7758
Yxy12.40380.20010.1076
Hunter Lab35.219055.2616-109.6464
CIE-Lab41.850862.5095-80.5591

#6f3aeb color RGB value is (111,58,235).

#6f3aeb hex color red value is 111, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6f3aeb hue: 0.72 , saturation: 0.82 and the lightness value of 6f3aeb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111010 11101011
Octal 157 72 353
Decimal 111 58 235
Hex 6F 3A EB

RGB Percentages of Color #6f3aeb

%27.48
%14.36
%58.17

CMYK Percentages of Color #6f3aeb

%53
%75
%0
%8

Triadic Colors of #6f3aeb

#6f3aeb #eb6f3a #3aeb6f

Analogous Colors of #6f3aeb

#6f3aeb #c83aeb #3a5eeb

Monochromatic Colors of #6f3aeb

#6f3aeb

Complementary Color

#6f3aeb #b6eb3a

#6f3aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f3aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f3aeb Color CSS Codes

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

#6f3aeb Text Font Color

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

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


#6f3aeb Background Color

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

This div background color is #6f3aeb


#6f3aeb Border Color

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

This div border color is #6f3aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f3aeb


Comments

No comments written yet.

Please login to write comment.