Color Hex Logo

#af367b Color Hex

#AF367B
(175,54,123)
0 Favorites   0 Comments

Color spaces of #af367b

RGB 17554123
HSL0.900.530.45
HSV326°69°69°
CMYK 0.000.690.30   0.31
XYZ22.573513.182420.0936
Yxy13.18240.40420.2360
Hunter Lab36.307647.4405-7.3974
CIE-Lab43.036855.1709-12.0789

#af367b color RGB value is (175,54,123).

#af367b hex color red value is 175, green value is 54 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #af367b hue: 0.90 , saturation: 0.53 and the lightness value of af367b is 0.45.

The process color (four color CMYK) of #af367b color hex is 0.00, 0.69, 0.30, 0.31. Web safe color of #af367b is #993366. Color #af367b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 01111011
Octal 257 66 173
Decimal 175 54 123
Hex AF 36 7B

RGB Percentages of Color #af367b

%49.72
%15.34
%34.94

CMYK Percentages of Color #af367b

%0
%69
%30
%31

Triadic Colors of #af367b

#af367b #7baf36 #367baf

Analogous Colors of #af367b

#af367b #af363f #a736af

Monochromatic Colors of #af367b

#af367b

Complementary Color

#af367b #36af6a

#af367b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af367b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af367b Color CSS Codes

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

#af367b Text Font Color

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

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


#af367b Background Color

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

This div background color is #af367b


#af367b Border Color

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

This div border color is #af367b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af367b


Comments

No comments written yet.

Please login to write comment.