Color Hex Logo

#ab6bed Color Hex

#AB6BED
(171,107,237)
0 Favorites   0 Comments

Color spaces of #ab6bed

RGB 171107237
HSL0.750.780.67
HSV270°55°93°
CMYK 0.280.550.00   0.07
XYZ37.338325.287783.0338
Yxy25.28770.25630.1736
Hunter Lab50.286944.5353-62.6990
CIE-Lab57.354750.0080-56.2502

#ab6bed color RGB value is (171,107,237).

#ab6bed hex color red value is 171, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ab6bed hue: 0.75 , saturation: 0.78 and the lightness value of ab6bed is 0.67.

The process color (four color CMYK) of #ab6bed color hex is 0.28, 0.55, 0.00, 0.07. Web safe color of #ab6bed is #9966ff. Color #ab6bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101011 11101101
Octal 253 153 355
Decimal 171 107 237
Hex AB 6B ED

RGB Percentages of Color #ab6bed

%33.20
%20.78
%46.02

CMYK Percentages of Color #ab6bed

%28
%55
%0
%7

Triadic Colors of #ab6bed

#ab6bed #edab6b #6bedab

Analogous Colors of #ab6bed

#ab6bed #ec6bed #6b6ced

Monochromatic Colors of #ab6bed

#ab6bed

Complementary Color

#ab6bed #aded6b

#ab6bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6bed Color CSS Codes

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

#ab6bed Text Font Color

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

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


#ab6bed Background Color

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

This div background color is #ab6bed


#ab6bed Border Color

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

This div border color is #ab6bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6bed


Comments

No comments written yet.

Please login to write comment.