Color Hex Logo

#af438b Color Hex

#AF438B
(175,67,139)
0 Favorites   0 Comments

Color spaces of #af438b

RGB 17567139
HSL0.890.450.47
HSV320°62°69°
CMYK 0.000.620.21   0.31
XYZ24.346614.992326.0367
Yxy14.99230.37240.2293
Hunter Lab38.719944.4788-12.7649
CIE-Lab45.623651.9244-17.8905

#af438b color RGB value is (175,67,139).

#af438b hex color red value is 175, green value is 67 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #af438b hue: 0.89 , saturation: 0.45 and the lightness value of af438b is 0.47.

The process color (four color CMYK) of #af438b color hex is 0.00, 0.62, 0.21, 0.31. Web safe color of #af438b is #993399. Color #af438b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 10001011
Octal 257 103 213
Decimal 175 67 139
Hex AF 43 8B

RGB Percentages of Color #af438b

%45.93
%17.59
%36.48

CMYK Percentages of Color #af438b

%0
%62
%21
%31

Triadic Colors of #af438b

#af438b #8baf43 #438baf

Analogous Colors of #af438b

#af438b #af4355 #9d43af

Monochromatic Colors of #af438b

#af438b

Complementary Color

#af438b #43af67

#af438b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af438b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af438b Color CSS Codes

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

#af438b Text Font Color

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

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


#af438b Background Color

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

This div background color is #af438b


#af438b Border Color

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

This div border color is #af438b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af438b


Comments

No comments written yet.

Please login to write comment.