Color Hex Logo

#ab7ffd Color Hex

#AB7FFD
(171,127,253)
0 Favorites   0 Comments

Color spaces of #ab7ffd

RGB 171127253
HSL0.720.970.75
HSV261°50°99°
CMYK 0.320.500.00   0.01
XYZ42.113630.928596.6787
Yxy30.92850.24810.1822
Hunter Lab55.613437.8468-64.1408
CIE-Lab62.447243.0465-56.9757

#ab7ffd color RGB value is (171,127,253).

#ab7ffd hex color red value is 171, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ab7ffd hue: 0.72 , saturation: 0.97 and the lightness value of ab7ffd is 0.75.

The process color (four color CMYK) of #ab7ffd color hex is 0.32, 0.50, 0.00, 0.01. Web safe color of #ab7ffd is #9966ff. Color #ab7ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111111 11111101
Octal 253 177 375
Decimal 171 127 253
Hex AB 7F FD

RGB Percentages of Color #ab7ffd

%31.03
%23.05
%45.92

CMYK Percentages of Color #ab7ffd

%32
%50
%0
%1

Triadic Colors of #ab7ffd

#ab7ffd #fdab7f #7ffdab

Analogous Colors of #ab7ffd

#ab7ffd #ea7ffd #7f92fd

Monochromatic Colors of #ab7ffd

#ab7ffd

Complementary Color

#ab7ffd #d1fd7f

#ab7ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7ffd Color CSS Codes

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

#ab7ffd Text Font Color

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

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


#ab7ffd Background Color

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

This div background color is #ab7ffd


#ab7ffd Border Color

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

This div border color is #ab7ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.