Color Hex Logo

#ab3ecb Color Hex

#AB3ECB
(171,62,203)
0 Favorites   0 Comments

Color spaces of #ab3ecb

RGB 17162203
HSL0.800.580.52
HSV286°69°80°
CMYK 0.160.690.00   0.20
XYZ29.296716.415058.1242
Yxy16.41500.28210.1581
Hunter Lab40.515458.1713-56.6978
CIE-Lab47.514363.9825-52.7342

#ab3ecb color RGB value is (171,62,203).

#ab3ecb hex color red value is 171, green value is 62 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab3ecb hue: 0.80 , saturation: 0.58 and the lightness value of ab3ecb is 0.52.

The process color (four color CMYK) of #ab3ecb color hex is 0.16, 0.69, 0.00, 0.20. Web safe color of #ab3ecb is #9933cc. Color #ab3ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111110 11001011
Octal 253 76 313
Decimal 171 62 203
Hex AB 3E CB

RGB Percentages of Color #ab3ecb

%39.22
%14.22
%46.56

CMYK Percentages of Color #ab3ecb

%16
%69
%0
%20

Triadic Colors of #ab3ecb

#ab3ecb #cbab3e #3ecbab

Analogous Colors of #ab3ecb

#ab3ecb #cb3ea5 #653ecb

Monochromatic Colors of #ab3ecb

#ab3ecb

Complementary Color

#ab3ecb #5ecb3e

#ab3ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3ecb Color CSS Codes

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

#ab3ecb Text Font Color

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

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


#ab3ecb Background Color

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

This div background color is #ab3ecb


#ab3ecb Border Color

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

This div border color is #ab3ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3ecb


Comments

No comments written yet.

Please login to write comment.