Color Hex Logo

#6f02aa Color Hex

#6F02AA
(111,2,170)
0 Favorites   0 Comments

Color spaces of #6f02aa

RGB 1112170
HSL0.770.980.34
HSV279°99°67°
CMYK 0.350.990.00   0.33
XYZ13.83306.325238.5220
Yxy6.32520.23570.1078
Hunter Lab25.150054.1663-73.2091
CIE-Lab30.218563.7864-61.7661

#6f02aa color RGB value is (111,2,170).

#6f02aa hex color red value is 111, green value is 2 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6f02aa hue: 0.77 , saturation: 0.98 and the lightness value of 6f02aa is 0.34.

The process color (four color CMYK) of #6f02aa color hex is 0.35, 0.99, 0.00, 0.33. Web safe color of #6f02aa is #660099. Color #6f02aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000010 10101010
Octal 157 2 252
Decimal 111 2 170
Hex 6F 2 AA

RGB Percentages of Color #6f02aa

%39.22
%0.71
%60.07

CMYK Percentages of Color #6f02aa

%35
%99
%0
%33

Triadic Colors of #6f02aa

#6f02aa #aa6f02 #02aa6f

Analogous Colors of #6f02aa

#6f02aa #aa0291 #1b02aa

Monochromatic Colors of #6f02aa

#6f02aa

Complementary Color

#6f02aa #3daa02

#6f02aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f02aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f02aa Color CSS Codes

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

#6f02aa Text Font Color

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

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


#6f02aa Background Color

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

This div background color is #6f02aa


#6f02aa Border Color

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

This div border color is #6f02aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f02aa


Comments

No comments written yet.

Please login to write comment.