Color Hex Logo

#ab74de Color Hex

#AB74DE
(171,116,222)
0 Favorites   0 Comments

Color spaces of #ab74de

RGB 171116222
HSL0.750.620.66
HSV271°48°87°
CMYK 0.230.480.00   0.13
XYZ36.224826.422672.2981
Yxy26.42260.26840.1958
Hunter Lab51.402935.8379-47.4092
CIE-Lab58.436041.6700-46.1447

#ab74de color RGB value is (171,116,222).

#ab74de hex color red value is 171, green value is 116 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab74de hue: 0.75 , saturation: 0.62 and the lightness value of ab74de is 0.66.

The process color (four color CMYK) of #ab74de color hex is 0.23, 0.48, 0.00, 0.13. Web safe color of #ab74de is #9966cc. Color #ab74de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 11011110
Octal 253 164 336
Decimal 171 116 222
Hex AB 74 DE

RGB Percentages of Color #ab74de

%33.60
%22.79
%43.61

CMYK Percentages of Color #ab74de

%23
%48
%0
%13

Triadic Colors of #ab74de

#ab74de #deab74 #74deab

Analogous Colors of #ab74de

#ab74de #de74dc #7674de

Monochromatic Colors of #ab74de

#ab74de

Complementary Color

#ab74de #a7de74

#ab74de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab74de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab74de Color CSS Codes

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

#ab74de Text Font Color

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

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


#ab74de Background Color

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

This div background color is #ab74de


#ab74de Border Color

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

This div border color is #ab74de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab74de


Comments

No comments written yet.

Please login to write comment.