Color Hex Logo

#af1b5c Color Hex

#AF1B5C
(175,27,92)
0 Favorites   0 Comments

Color spaces of #af1b5c

RGB 1752792
HSL0.930.730.40
HSV334°85°69°
CMYK 0.000.850.47   0.31
XYZ20.002910.670511.1306
Yxy10.67050.47850.2553
Hunter Lab32.665752.13972.6634
CIE-Lab39.019960.25491.3465

#af1b5c color RGB value is (175,27,92).

#af1b5c hex color red value is 175, green value is 27 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #af1b5c hue: 0.93 , saturation: 0.73 and the lightness value of af1b5c is 0.40.

The process color (four color CMYK) of #af1b5c color hex is 0.00, 0.85, 0.47, 0.31. Web safe color of #af1b5c is #993366. Color #af1b5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011011 01011100
Octal 257 33 134
Decimal 175 27 92
Hex AF 1B 5C

RGB Percentages of Color #af1b5c

%59.52
%9.18
%31.29

CMYK Percentages of Color #af1b5c

%0
%85
%47
%31

Triadic Colors of #af1b5c

#af1b5c #5caf1b #1b5caf

Analogous Colors of #af1b5c

#af1b5c #af241b #af1ba6

Monochromatic Colors of #af1b5c

#af1b5c

Complementary Color

#af1b5c #1baf6e

#af1b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1b5c Color CSS Codes

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

#af1b5c Text Font Color

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

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


#af1b5c Background Color

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

This div background color is #af1b5c


#af1b5c Border Color

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

This div border color is #af1b5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1b5c


Comments

No comments written yet.

Please login to write comment.