Color Hex Logo

#ab74ef Color Hex

#AB74EF
(171,116,239)
0 Favorites   0 Comments

Color spaces of #ab74ef

RGB 171116239
HSL0.740.790.70
HSV267°51°94°
CMYK 0.280.510.00   0.06
XYZ38.620027.380784.9109
Yxy27.38070.25590.1814
Hunter Lab52.326640.1717-59.5819
CIE-Lab59.325145.6579-54.2196

#ab74ef color RGB value is (171,116,239).

#ab74ef hex color red value is 171, green value is 116 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ab74ef hue: 0.74 , saturation: 0.79 and the lightness value of ab74ef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 11101111
Octal 253 164 357
Decimal 171 116 239
Hex AB 74 EF

RGB Percentages of Color #ab74ef

%32.51
%22.05
%45.44

CMYK Percentages of Color #ab74ef

%28
%51
%0
%6

Triadic Colors of #ab74ef

#ab74ef #efab74 #74efab

Analogous Colors of #ab74ef

#ab74ef #e974ef #747bef

Monochromatic Colors of #ab74ef

#ab74ef

Complementary Color

#ab74ef #b8ef74

#ab74ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab74ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab74ef Color CSS Codes

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

#ab74ef Text Font Color

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

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


#ab74ef Background Color

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

This div background color is #ab74ef


#ab74ef Border Color

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

This div border color is #ab74ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab74ef


Comments

No comments written yet.

Please login to write comment.