Color Hex Logo

#ab43ef Color Hex

#AB43EF
(171,67,239)
0 Favorites   0 Comments

Color spaces of #ab43ef

RGB 17167239
HSL0.770.840.60
HSV276°72°94°
CMYK 0.280.720.00   0.06
XYZ34.381718.904283.4981
Yxy18.90420.25140.1382
Hunter Lab43.479065.0636-83.4267
CIE-Lab50.574969.2985-68.2793

#ab43ef color RGB value is (171,67,239).

#ab43ef hex color red value is 171, green value is 67 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ab43ef hue: 0.77 , saturation: 0.84 and the lightness value of ab43ef is 0.60.

The process color (four color CMYK) of #ab43ef color hex is 0.28, 0.72, 0.00, 0.06. Web safe color of #ab43ef is #9933ff. Color #ab43ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000011 11101111
Octal 253 103 357
Decimal 171 67 239
Hex AB 43 EF

RGB Percentages of Color #ab43ef

%35.85
%14.05
%50.10

CMYK Percentages of Color #ab43ef

%28
%72
%0
%6

Triadic Colors of #ab43ef

#ab43ef #efab43 #43efab

Analogous Colors of #ab43ef

#ab43ef #ef43dd #5543ef

Monochromatic Colors of #ab43ef

#ab43ef

Complementary Color

#ab43ef #87ef43

#ab43ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab43ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab43ef Color CSS Codes

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

#ab43ef Text Font Color

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

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


#ab43ef Background Color

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

This div background color is #ab43ef


#ab43ef Border Color

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

This div border color is #ab43ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab43ef


Comments

No comments written yet.

Please login to write comment.