Color Hex Logo

#ab74ec Color Hex

#AB74EC
(171,116,236)
0 Favorites   0 Comments

Color spaces of #ab74ec

RGB 171116236
HSL0.740.760.69
HSV268°51°93°
CMYK 0.280.510.00   0.07
XYZ38.180327.204882.5956
Yxy27.20480.25800.1838
Hunter Lab52.158239.3868-57.3784
CIE-Lab59.163444.9438-52.8096

#ab74ec color RGB value is (171,116,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 11101100
Octal 253 164 354
Decimal 171 116 236
Hex AB 74 EC

RGB Percentages of Color #ab74ec

%32.70
%22.18
%45.12

CMYK Percentages of Color #ab74ec

%28
%51
%0
%7

Triadic Colors of #ab74ec

#ab74ec #ecab74 #74ecab

Analogous Colors of #ab74ec

#ab74ec #e774ec #7479ec

Monochromatic Colors of #ab74ec

#ab74ec

Complementary Color

#ab74ec #b5ec74

#ab74ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab74ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab74ec Color CSS Codes

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

#ab74ec Text Font Color

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

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


#ab74ec Background Color

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

This div background color is #ab74ec


#ab74ec Border Color

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

This div border color is #ab74ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab74ec


Comments

No comments written yet.

Please login to write comment.