Color Hex Logo

#6f278f Color Hex

#6F278F
(111,39,143)
0 Favorites   0 Comments

Color spaces of #6f278f

RGB 11139143
HSL0.780.570.36
HSV282°73°56°
CMYK 0.220.730.00   0.44
XYZ12.23906.813726.6567
Yxy6.81370.26780.1491
Hunter Lab26.103138.0133-42.2754
CIE-Lab31.379048.2674-43.4279

#6f278f color RGB value is (111,39,143).

#6f278f hex color red value is 111, green value is 39 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #6f278f hue: 0.78 , saturation: 0.57 and the lightness value of 6f278f is 0.36.

The process color (four color CMYK) of #6f278f color hex is 0.22, 0.73, 0.00, 0.44. Web safe color of #6f278f is #663399. Color #6f278f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00100111 10001111
Octal 157 47 217
Decimal 111 39 143
Hex 6F 27 8F

RGB Percentages of Color #6f278f

%37.88
%13.31
%48.81

CMYK Percentages of Color #6f278f

%22
%73
%0
%44

Triadic Colors of #6f278f

#6f278f #8f6f27 #278f6f

Analogous Colors of #6f278f

#6f278f #8f277b #3b278f

Monochromatic Colors of #6f278f

#6f278f

Complementary Color

#6f278f #478f27

#6f278f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f278f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f278f Color CSS Codes

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

#6f278f Text Font Color

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

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


#6f278f Background Color

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

This div background color is #6f278f


#6f278f Border Color

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

This div border color is #6f278f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f278f


Comments

No comments written yet.

Please login to write comment.