Color Hex Logo

#ab3467 Color Hex

#AB3467
(171,52,103)
0 Favorites   0 Comments

Color spaces of #ab3467

RGB 17152103
HSL0.930.530.44
HSV334°70°67°
CMYK 0.000.700.40   0.33
XYZ20.470812.093214.0873
Yxy12.09320.43880.2592
Hunter Lab34.775344.21900.3246
CIE-Lab41.363952.4526-2.2514

#ab3467 color RGB value is (171,52,103).

#ab3467 hex color red value is 171, green value is 52 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ab3467 hue: 0.93 , saturation: 0.53 and the lightness value of ab3467 is 0.44.

The process color (four color CMYK) of #ab3467 color hex is 0.00, 0.70, 0.40, 0.33. Web safe color of #ab3467 is #993366. Color #ab3467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110100 01100111
Octal 253 64 147
Decimal 171 52 103
Hex AB 34 67

RGB Percentages of Color #ab3467

%52.45
%15.95
%31.60

CMYK Percentages of Color #ab3467

%0
%70
%40
%33

Triadic Colors of #ab3467

#ab3467 #67ab34 #3467ab

Analogous Colors of #ab3467

#ab3467 #ab3d34 #ab34a3

Monochromatic Colors of #ab3467

#ab3467

Complementary Color

#ab3467 #34ab78

#ab3467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3467 Color CSS Codes

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

#ab3467 Text Font Color

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

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


#ab3467 Background Color

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

This div background color is #ab3467


#ab3467 Border Color

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

This div border color is #ab3467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3467


Comments

No comments written yet.

Please login to write comment.