Color Hex Logo

#ab7cef Color Hex

#AB7CEF
(171,124,239)
0 Favorites   0 Comments

Color spaces of #ab7cef

RGB 171124239
HSL0.730.780.71
HSV265°48°94°
CMYK 0.280.480.00   0.06
XYZ39.582229.305285.2316
Yxy29.30520.25680.1901
Hunter Lab54.134335.7816-55.4550
CIE-Lab61.050041.2730-51.4770

#ab7cef color RGB value is (171,124,239).

#ab7cef hex color red value is 171, green value is 124 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ab7cef hue: 0.73 , saturation: 0.78 and the lightness value of ab7cef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111100 11101111
Octal 253 174 357
Decimal 171 124 239
Hex AB 7C EF

RGB Percentages of Color #ab7cef

%32.02
%23.22
%44.76

CMYK Percentages of Color #ab7cef

%28
%48
%0
%6

Triadic Colors of #ab7cef

#ab7cef #efab7c #7cefab

Analogous Colors of #ab7cef

#ab7cef #e57cef #7c87ef

Monochromatic Colors of #ab7cef

#ab7cef

Complementary Color

#ab7cef #c0ef7c

#ab7cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7cef Color CSS Codes

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

#ab7cef Text Font Color

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

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


#ab7cef Background Color

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

This div background color is #ab7cef


#ab7cef Border Color

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

This div border color is #ab7cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7cef


Comments

No comments written yet.

Please login to write comment.