Color Hex Logo

#ab0361 Color Hex

#AB0361
(171,3,97)
0 Favorites   0 Comments

Color spaces of #ab0361

RGB 171397
HSL0.910.970.34
HSV326°98°67°
CMYK 0.000.980.43   0.33
XYZ18.98489.586112.1590
Yxy9.58610.46610.2354
Hunter Lab30.961455.2694-1.6110
CIE-Lab37.089163.4433-4.7781

#ab0361 color RGB value is (171,3,97).

#ab0361 hex color red value is 171, green value is 3 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ab0361 hue: 0.91 , saturation: 0.97 and the lightness value of ab0361 is 0.34.

The process color (four color CMYK) of #ab0361 color hex is 0.00, 0.98, 0.43, 0.33. Web safe color of #ab0361 is #990066. Color #ab0361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000011 01100001
Octal 253 3 141
Decimal 171 3 97
Hex AB 3 61

RGB Percentages of Color #ab0361

%63.10
%1.11
%35.79

CMYK Percentages of Color #ab0361

%0
%98
%43
%33

Triadic Colors of #ab0361

#ab0361 #61ab03 #0361ab

Analogous Colors of #ab0361

#ab0361 #ab030d #a103ab

Monochromatic Colors of #ab0361

#ab0361

Complementary Color

#ab0361 #03ab4d

#ab0361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0361 Color CSS Codes

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

#ab0361 Text Font Color

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

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


#ab0361 Background Color

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

This div background color is #ab0361


#ab0361 Border Color

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

This div border color is #ab0361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0361


Comments

No comments written yet.

Please login to write comment.