Color Hex Logo

#6f025e Color Hex

#6F025E
(111,2,94)
0 Favorites   0 Comments

Color spaces of #6f025e

RGB 111294
HSL0.860.960.22
HSV309°98°44°
CMYK 0.000.980.15   0.56
XYZ8.59764.231110.9532
Yxy4.23110.36150.1779
Hunter Lab20.569638.6117-17.1728
CIE-Lab24.421250.2190-23.3241

#6f025e color RGB value is (111,2,94).

#6f025e hex color red value is 111, green value is 2 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #6f025e hue: 0.86 , saturation: 0.96 and the lightness value of 6f025e is 0.22.

The process color (four color CMYK) of #6f025e color hex is 0.00, 0.98, 0.15, 0.56. Web safe color of #6f025e is #660066. Color #6f025e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000010 01011110
Octal 157 2 136
Decimal 111 2 94
Hex 6F 2 5E

RGB Percentages of Color #6f025e

%53.62
%0.97
%45.41

CMYK Percentages of Color #6f025e

%0
%98
%15
%56

Triadic Colors of #6f025e

#6f025e #5e6f02 #025e6f

Analogous Colors of #6f025e

#6f025e #6f0228 #49026f

Monochromatic Colors of #6f025e

#6f025e

Complementary Color

#6f025e #026f13

#6f025e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f025e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f025e Color CSS Codes

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

#6f025e Text Font Color

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

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


#6f025e Background Color

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

This div background color is #6f025e


#6f025e Border Color

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

This div border color is #6f025e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f025e


Comments

No comments written yet.

Please login to write comment.