color codes Logo

#ab4cea color codes

#AB4CEA
(171,76,234)
0 Favorites   0 Comments

Color spaces of #ab4cea

RGB 17176234
HSL0.770.790.61
HSV276°68°92°
CMYK 0.270.680.00   0.08
XYZ34.230319.767379.8532
Yxy19.76730.25570.1477
Hunter Lab44.460459.6223-75.3656
CIE-Lab51.573164.4724-63.8549

#ab4cea color RGB value is (171,76,234).

#ab4cea hex color red value is 171, green value is 76 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ab4cea hue: 0.77 , saturation: 0.79 and the lightness value of ab4cea is 0.61.

The process color (four color CMYK) of #ab4cea color code is 0.27, 0.68, 0.00, 0.08. Web safe color of #ab4cea is #9933ff. Color #ab4cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001100 11101010
Octal 253 114 352
Decimal 171 76 234
Hex AB 4C EA

RGB Percentages of Color #ab4cea

%35.55
%15.80
%48.65

CMYK Percentages of Color #ab4cea

%27
%68
%0
%8

Triadic Colors of #ab4cea

#ab4cea #eaab4c #4ceaab

Analogous Colors of #ab4cea

#ab4cea #ea4cda #5c4cea

Monochromatic Colors of #ab4cea

#ab4cea

Complementary Color

#ab4cea #8bea4c

#ab4cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4cea Color CSS Codes

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

#ab4cea Text Font Color

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

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


#ab4cea Background Color

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

This div background color is #ab4cea


#ab4cea Border Color

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

This div border color is #ab4cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4cea


Comments

No comments written yet.

Please login to write comment.