Color Hex Logo

#7f00ab Color Hex

#7F00AB
(127,0,171)
0 Favorites   0 Comments

Color spaces of #7f00ab

RGB 1270171
HSL0.791.000.34
HSV285°100°67°
CMYK 0.261.000.00   0.33
XYZ16.10317.452339.1178
Yxy7.45230.25690.1189
Hunter Lab27.298957.5207-65.8500
CIE-Lab32.815266.2587-58.0147

#7f00ab color RGB value is (127,0,171).

#7f00ab hex color red value is 127, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7f00ab hue: 0.79 , saturation: 1.00 and the lightness value of 7f00ab is 0.34.

The process color (four color CMYK) of #7f00ab color hex is 0.26, 1.00, 0.00, 0.33. Web safe color of #7f00ab is #660099. Color #7f00ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00000000 10101011
Octal 177 0 253
Decimal 127 0 171
Hex 7F 0 AB

RGB Percentages of Color #7f00ab

%42.62
%0.00
%57.38

CMYK Percentages of Color #7f00ab

%26
%100
%0
%33

Triadic Colors of #7f00ab

#7f00ab #ab7f00 #00ab7f

Analogous Colors of #7f00ab

#7f00ab #ab0082 #2900ab

Monochromatic Colors of #7f00ab

#7f00ab

Complementary Color

#7f00ab #2cab00

#7f00ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f00ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f00ab Color CSS Codes

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

#7f00ab Text Font Color

<p style="color:#7f00ab">Text here</p>

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


#7f00ab Background Color

<div style="background-color:#7f00ab">
Div content here</div>

This div background color is #7f00ab


#7f00ab Border Color

<div style="border:3px solid #7f00ab">
Div here</div>

This div border color is #7f00ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,0,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f00ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f00ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7f00ab;
  box-shadow:         1px 1px 3px 2px #7f00ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f00ab

#7f00ab Color Palettes


Comments

No comments written yet.

Please login to write comment.