Color Hex Logo

#6f387e Color Hex

#6F387E
(111,56,126)
0 Favorites   0 Comments

Color spaces of #6f387e

RGB 11156126
HSL0.800.380.36
HSV287°56°49°
CMYK 0.120.560.00   0.51
XYZ11.73567.714220.6091
Yxy7.71420.29300.1926
Hunter Lab27.774426.8167-24.5520
CIE-Lab33.380436.1301-29.6933

#6f387e color RGB value is (111,56,126).

#6f387e hex color red value is 111, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6f387e hue: 0.80 , saturation: 0.38 and the lightness value of 6f387e is 0.36.

The process color (four color CMYK) of #6f387e color hex is 0.12, 0.56, 0.00, 0.51. Web safe color of #6f387e is #663366. Color #6f387e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111000 01111110
Octal 157 70 176
Decimal 111 56 126
Hex 6F 38 7E

RGB Percentages of Color #6f387e

%37.88
%19.11
%43.00

CMYK Percentages of Color #6f387e

%12
%56
%0
%51

Triadic Colors of #6f387e

#6f387e #7e6f38 #387e6f

Analogous Colors of #6f387e

#6f387e #7e386a #4c387e

Monochromatic Colors of #6f387e

#6f387e

Complementary Color

#6f387e #477e38

#6f387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f387e Color CSS Codes

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

#6f387e Text Font Color

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

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


#6f387e Background Color

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

This div background color is #6f387e


#6f387e Border Color

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

This div border color is #6f387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f387e


Comments

No comments written yet.

Please login to write comment.