Color Hex Logo

#ab2bdc Color Hex

#AB2BDC
(171,43,220)
0 Favorites   0 Comments

Color spaces of #ab2bdc

RGB 17143220
HSL0.790.720.52
HSV283°80°86°
CMYK 0.220.800.00   0.14
XYZ30.576715.553069.1006
Yxy15.55300.26540.1350
Hunter Lab39.437369.3802-76.2797
CIE-Lab46.382573.7100-64.3155

#ab2bdc color RGB value is (171,43,220).

#ab2bdc hex color red value is 171, green value is 43 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab2bdc hue: 0.79 , saturation: 0.72 and the lightness value of ab2bdc is 0.52.

The process color (four color CMYK) of #ab2bdc color hex is 0.22, 0.80, 0.00, 0.14. Web safe color of #ab2bdc is #9933cc. Color #ab2bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101011 11011100
Octal 253 53 334
Decimal 171 43 220
Hex AB 2B DC

RGB Percentages of Color #ab2bdc

%39.40
%9.91
%50.69

CMYK Percentages of Color #ab2bdc

%22
%80
%0
%14

Triadic Colors of #ab2bdc

#ab2bdc #dcab2b #2bdcab

Analogous Colors of #ab2bdc

#ab2bdc #dc2bb5 #522bdc

Monochromatic Colors of #ab2bdc

#ab2bdc

Complementary Color

#ab2bdc #5cdc2b

#ab2bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2bdc Color CSS Codes

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

#ab2bdc Text Font Color

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

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


#ab2bdc Background Color

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

This div background color is #ab2bdc


#ab2bdc Border Color

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

This div border color is #ab2bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2bdc


Comments

No comments written yet.

Please login to write comment.