Color Hex Logo

#af1334 Color Hex

#AF1334
(175,19,52)
0 Favorites   0 Comments

Color spaces of #af1334

RGB 1751952
HSL0.960.800.38
HSV347°89°69°
CMYK 0.000.890.70   0.31
XYZ18.53199.82764.1690
Yxy9.82760.56970.3021
Hunter Lab31.349050.659214.0595
CIE-Lab37.531259.194724.8858

#af1334 color RGB value is (175,19,52).

#af1334 hex color red value is 175, green value is 19 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #af1334 hue: 0.96 , saturation: 0.80 and the lightness value of af1334 is 0.38.

The process color (four color CMYK) of #af1334 color hex is 0.00, 0.89, 0.70, 0.31. Web safe color of #af1334 is #990033. Color #af1334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010011 00110100
Octal 257 23 64
Decimal 175 19 52
Hex AF 13 34

RGB Percentages of Color #af1334

%71.14
%7.72
%21.14

CMYK Percentages of Color #af1334

%0
%89
%70
%31

Triadic Colors of #af1334

#af1334 #34af13 #1334af

Analogous Colors of #af1334

#af1334 #af4013 #af1382

Monochromatic Colors of #af1334

#af1334

Complementary Color

#af1334 #13af8e

#af1334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1334 Color CSS Codes

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

#af1334 Text Font Color

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

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


#af1334 Background Color

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

This div background color is #af1334


#af1334 Border Color

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

This div border color is #af1334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1334


Comments

No comments written yet.

Please login to write comment.