Color Hex Logo

#ab3fef Color Hex

#AB3FEF
(171,63,239)
0 Favorites   0 Comments

Color spaces of #ab3fef

RGB 17163239
HSL0.770.850.59
HSV277°74°94°
CMYK 0.280.740.00   0.06
XYZ34.152118.444983.4216
Yxy18.44490.25110.1356
Hunter Lab42.947566.7860-85.1021
CIE-Lab50.031370.8468-69.1606

#ab3fef color RGB value is (171,63,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111111 11101111
Octal 253 77 357
Decimal 171 63 239
Hex AB 3F EF

RGB Percentages of Color #ab3fef

%36.15
%13.32
%50.53

CMYK Percentages of Color #ab3fef

%28
%74
%0
%6

Triadic Colors of #ab3fef

#ab3fef #efab3f #3fefab

Analogous Colors of #ab3fef

#ab3fef #ef3fdb #533fef

Monochromatic Colors of #ab3fef

#ab3fef

Complementary Color

#ab3fef #83ef3f

#ab3fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3fef Color CSS Codes

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

#ab3fef Text Font Color

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

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


#ab3fef Background Color

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

This div background color is #ab3fef


#ab3fef Border Color

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

This div border color is #ab3fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3fef


Comments

No comments written yet.

Please login to write comment.