Color Hex Logo

#af387b Color Hex

#AF387B
(175,56,123)
0 Favorites   0 Comments

Color spaces of #af387b

RGB 17556123
HSL0.910.520.45
HSV326°68°69°
CMYK 0.000.680.30   0.31
XYZ22.668513.372420.1253
Yxy13.37240.40360.2381
Hunter Lab36.568346.6567-7.0324
CIE-Lab43.319154.3879-11.6520

#af387b color RGB value is (175,56,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 01111011
Octal 257 70 173
Decimal 175 56 123
Hex AF 38 7B

RGB Percentages of Color #af387b

%49.44
%15.82
%34.75

CMYK Percentages of Color #af387b

%0
%68
%30
%31

Triadic Colors of #af387b

#af387b #7baf38 #387baf

Analogous Colors of #af387b

#af387b #af383f #a838af

Monochromatic Colors of #af387b

#af387b

Complementary Color

#af387b #38af6c

#af387b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af387b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af387b Color CSS Codes

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

#af387b Text Font Color

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

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


#af387b Background Color

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

This div background color is #af387b


#af387b Border Color

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

This div border color is #af387b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,56,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 #af387b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af387b


Comments

No comments written yet.

Please login to write comment.