Color Hex Logo

#6f0593 Color Hex

#6F0593
(111,5,147)
0 Favorites   0 Comments

Color spaces of #6f0593

RGB 1115147
HSL0.790.930.30
HSV285°97°58°
CMYK 0.240.970.00   0.42
XYZ11.87635.594628.0577
Yxy5.59460.26090.1229
Hunter Lab23.652948.2336-53.7743
CIE-Lab28.365758.7363-50.7777

#6f0593 color RGB value is (111,5,147).

#6f0593 hex color red value is 111, green value is 5 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #6f0593 hue: 0.79 , saturation: 0.93 and the lightness value of 6f0593 is 0.30.

The process color (four color CMYK) of #6f0593 color hex is 0.24, 0.97, 0.00, 0.42. Web safe color of #6f0593 is #660099. Color #6f0593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000101 10010011
Octal 157 5 223
Decimal 111 5 147
Hex 6F 5 93

RGB Percentages of Color #6f0593

%42.21
%1.90
%55.89

CMYK Percentages of Color #6f0593

%24
%97
%0
%42

Triadic Colors of #6f0593

#6f0593 #936f05 #05936f

Analogous Colors of #6f0593

#6f0593 #930570 #280593

Monochromatic Colors of #6f0593

#6f0593

Complementary Color

#6f0593 #299305

#6f0593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f0593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f0593 Color CSS Codes

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

#6f0593 Text Font Color

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

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


#6f0593 Background Color

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

This div background color is #6f0593


#6f0593 Border Color

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

This div border color is #6f0593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f0593


Comments

No comments written yet.

Please login to write comment.