Color Hex Logo

#6f2072 Color Hex

#6F2072
(111,32,114)
0 Favorites   0 Comments

Color spaces of #6f2072

RGB 11132114
HSL0.830.560.29
HSV298°72°45°
CMYK 0.030.720.00   0.55
XYZ10.10935.627416.4730
Yxy5.62740.31390.1747
Hunter Lab23.722134.5549-24.5663
CIE-Lab28.452345.2949-29.9280

#6f2072 color RGB value is (111,32,114).

#6f2072 hex color red value is 111, green value is 32 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #6f2072 hue: 0.83 , saturation: 0.56 and the lightness value of 6f2072 is 0.29.

The process color (four color CMYK) of #6f2072 color hex is 0.03, 0.72, 0.00, 0.55. Web safe color of #6f2072 is #663366. Color #6f2072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00100000 01110010
Octal 157 40 162
Decimal 111 32 114
Hex 6F 20 72

RGB Percentages of Color #6f2072

%43.19
%12.45
%44.36

CMYK Percentages of Color #6f2072

%3
%72
%0
%55

Triadic Colors of #6f2072

#6f2072 #726f20 #20726f

Analogous Colors of #6f2072

#6f2072 #72204c #462072

Monochromatic Colors of #6f2072

#6f2072

Complementary Color

#6f2072 #237220

#6f2072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f2072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f2072 Color CSS Codes

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

#6f2072 Text Font Color

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

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


#6f2072 Background Color

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

This div background color is #6f2072


#6f2072 Border Color

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

This div border color is #6f2072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f2072


Comments

No comments written yet.

Please login to write comment.