Color Hex Logo

#ab67fb Color Hex

#AB67FB
(171,103,251)
0 Favorites   0 Comments

Color spaces of #ab67fb

RGB 171103251
HSL0.740.950.69
HSV268°59°98°
CMYK 0.320.590.00   0.02
XYZ39.057425.323594.0962
Yxy25.32350.24650.1598
Hunter Lab50.322550.4771-75.6386
CIE-Lab57.389355.3947-63.9693

#ab67fb color RGB value is (171,103,251).

#ab67fb hex color red value is 171, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ab67fb hue: 0.74 , saturation: 0.95 and the lightness value of ab67fb is 0.69.

The process color (four color CMYK) of #ab67fb color hex is 0.32, 0.59, 0.00, 0.02. Web safe color of #ab67fb is #9966ff. Color #ab67fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100111 11111011
Octal 253 147 373
Decimal 171 103 251
Hex AB 67 FB

RGB Percentages of Color #ab67fb

%32.57
%19.62
%47.81

CMYK Percentages of Color #ab67fb

%32
%59
%0
%2

Triadic Colors of #ab67fb

#ab67fb #fbab67 #67fbab

Analogous Colors of #ab67fb

#ab67fb #f567fb #676dfb

Monochromatic Colors of #ab67fb

#ab67fb

Complementary Color

#ab67fb #b7fb67

#ab67fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab67fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab67fb Color CSS Codes

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

#ab67fb Text Font Color

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

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


#ab67fb Background Color

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

This div background color is #ab67fb


#ab67fb Border Color

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

This div border color is #ab67fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,103,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab67fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab67fb;
  -webkit-box-shadow: 1px 1px 3px 2px #ab67fb;
  box-shadow:         1px 1px 3px 2px #ab67fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab67fb


Comments

No comments written yet.

Please login to write comment.