Color Hex Logo

#ab7bed Color Hex

#AB7BED
(171,123,237)
0 Favorites   0 Comments

Color spaces of #ab7bed

RGB 171123237
HSL0.740.760.71
HSV265°48°93°
CMYK 0.280.480.00   0.07
XYZ39.163628.938383.6423
Yxy28.93830.25810.1907
Hunter Lab53.794335.8123-54.5312
CIE-Lab60.727141.3439-50.8808

#ab7bed color RGB value is (171,123,237).

#ab7bed hex color red value is 171, green value is 123 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ab7bed hue: 0.74 , saturation: 0.76 and the lightness value of ab7bed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111011 11101101
Octal 253 173 355
Decimal 171 123 237
Hex AB 7B ED

RGB Percentages of Color #ab7bed

%32.20
%23.16
%44.63

CMYK Percentages of Color #ab7bed

%28
%48
%0
%7

Triadic Colors of #ab7bed

#ab7bed #edab7b #7bedab

Analogous Colors of #ab7bed

#ab7bed #e47bed #7b84ed

Monochromatic Colors of #ab7bed

#ab7bed

Complementary Color

#ab7bed #bded7b

#ab7bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7bed Color CSS Codes

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

#ab7bed Text Font Color

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

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


#ab7bed Background Color

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

This div background color is #ab7bed


#ab7bed Border Color

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

This div border color is #ab7bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,123,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 #ab7bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7bed


Comments

No comments written yet.

Please login to write comment.