Color Hex Logo

#6f2481 Color Hex

#6F2481
(111,36,129)
0 Favorites   0 Comments

Color spaces of #6f2481

RGB 11136129
HSL0.800.560.32
HSV288°72°51°
CMYK 0.140.720.00   0.49
XYZ11.14896.226221.3831
Yxy6.22620.28770.1606
Hunter Lab24.952436.0885-33.3423
CIE-Lab29.976146.5837-36.9828

#6f2481 color RGB value is (111,36,129).

#6f2481 hex color red value is 111, green value is 36 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #6f2481 hue: 0.80 , saturation: 0.56 and the lightness value of 6f2481 is 0.32.

The process color (four color CMYK) of #6f2481 color hex is 0.14, 0.72, 0.00, 0.49. Web safe color of #6f2481 is #663399. Color #6f2481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00100100 10000001
Octal 157 44 201
Decimal 111 36 129
Hex 6F 24 81

RGB Percentages of Color #6f2481

%40.22
%13.04
%46.74

CMYK Percentages of Color #6f2481

%14
%72
%0
%49

Triadic Colors of #6f2481

#6f2481 #816f24 #24816f

Analogous Colors of #6f2481

#6f2481 #812465 #412481

Monochromatic Colors of #6f2481

#6f2481

Complementary Color

#6f2481 #368124

#6f2481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f2481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f2481 Color CSS Codes

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

#6f2481 Text Font Color

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

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


#6f2481 Background Color

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

This div background color is #6f2481


#6f2481 Border Color

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

This div border color is #6f2481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f2481


Comments

No comments written yet.

Please login to write comment.