Color Hex Logo

#6f038b Color Hex

#6F038B
(111,3,139)
0 Favorites   0 Comments

Color spaces of #6f038b

RGB 1113139
HSL0.800.960.28
HSV288°98°55°
CMYK 0.200.980.00   0.45
XYZ11.24835.308724.8579
Yxy5.30870.27160.1282
Hunter Lab23.040646.8216-47.8380
CIE-Lab27.596757.5649-47.0689

#6f038b color RGB value is (111,3,139).

#6f038b hex color red value is 111, green value is 3 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #6f038b hue: 0.80 , saturation: 0.96 and the lightness value of 6f038b is 0.28.

The process color (four color CMYK) of #6f038b color hex is 0.20, 0.98, 0.00, 0.45. Web safe color of #6f038b is #660099. Color #6f038b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000011 10001011
Octal 157 3 213
Decimal 111 3 139
Hex 6F 3 8B

RGB Percentages of Color #6f038b

%43.87
%1.19
%54.94

CMYK Percentages of Color #6f038b

%20
%98
%0
%45

Triadic Colors of #6f038b

#6f038b #8b6f03 #038b6f

Analogous Colors of #6f038b

#6f038b #8b0363 #2b038b

Monochromatic Colors of #6f038b

#6f038b

Complementary Color

#6f038b #1f8b03

#6f038b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f038b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f038b Color CSS Codes

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

#6f038b Text Font Color

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

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


#6f038b Background Color

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

This div background color is #6f038b


#6f038b Border Color

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

This div border color is #6f038b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f038b


Comments

No comments written yet.

Please login to write comment.