Color Hex Logo

#ab3cec Color Hex

#AB3CEC
(171,60,236)
0 Favorites   0 Comments

Color spaces of #ab3cec

RGB 17160236
HSL0.770.820.58
HSV278°75°93°
CMYK 0.280.750.00   0.07
XYZ33.550817.945881.0524
Yxy17.94580.25310.1354
Hunter Lab42.362567.2364-83.7862
CIE-Lab49.430371.3389-68.4477

#ab3cec color RGB value is (171,60,236).

#ab3cec hex color red value is 171, green value is 60 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ab3cec hue: 0.77 , saturation: 0.82 and the lightness value of ab3cec is 0.58.

The process color (four color CMYK) of #ab3cec color hex is 0.28, 0.75, 0.00, 0.07. Web safe color of #ab3cec is #9933ff. Color #ab3cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111100 11101100
Octal 253 74 354
Decimal 171 60 236
Hex AB 3C EC

RGB Percentages of Color #ab3cec

%36.62
%12.85
%50.54

CMYK Percentages of Color #ab3cec

%28
%75
%0
%7

Triadic Colors of #ab3cec

#ab3cec #ecab3c #3cecab

Analogous Colors of #ab3cec

#ab3cec #ec3cd5 #533cec

Monochromatic Colors of #ab3cec

#ab3cec

Complementary Color

#ab3cec #7dec3c

#ab3cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3cec Color CSS Codes

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

#ab3cec Text Font Color

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

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


#ab3cec Background Color

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

This div background color is #ab3cec


#ab3cec Border Color

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

This div border color is #ab3cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3cec


Comments

No comments written yet.

Please login to write comment.