Color Hex Logo

#af608b Color Hex

#AF608B
(175,96,139)
0 Favorites   0 Comments

Color spaces of #af608b

RGB 17596139
HSL0.910.330.53
HSV327°45°69°
CMYK 0.000.450.21   0.31
XYZ26.522319.343826.7619
Yxy19.34380.36520.2663
Hunter Lab43.981630.6734-5.2896
CIE-Lab51.087037.5657-9.6129

#af608b color RGB value is (175,96,139).

#af608b hex color red value is 175, green value is 96 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #af608b hue: 0.91 , saturation: 0.33 and the lightness value of af608b is 0.53.

The process color (four color CMYK) of #af608b color hex is 0.00, 0.45, 0.21, 0.31. Web safe color of #af608b is #996699. Color #af608b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 10001011
Octal 257 140 213
Decimal 175 96 139
Hex AF 60 8B

RGB Percentages of Color #af608b

%42.68
%23.41
%33.90

CMYK Percentages of Color #af608b

%0
%45
%21
%31

Triadic Colors of #af608b

#af608b #8baf60 #608baf

Analogous Colors of #af608b

#af608b #af6064 #ac60af

Monochromatic Colors of #af608b

#af608b

Complementary Color

#af608b #60af84

#af608b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af608b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af608b Color CSS Codes

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

#af608b Text Font Color

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

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


#af608b Background Color

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

This div background color is #af608b


#af608b Border Color

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

This div border color is #af608b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af608b


Comments

No comments written yet.

Please login to write comment.