Color Hex Logo

#af649b Color Hex

#AF649B
(175,100,155)
0 Favorites   0 Comments

Color spaces of #af649b

RGB 175100155
HSL0.880.320.54
HSV316°43°69°
CMYK 0.000.430.11   0.31
XYZ28.152820.594933.5017
Yxy20.59490.34230.2504
Hunter Lab45.381631.3159-12.0021
CIE-Lab52.503338.0241-16.9112

#af649b color RGB value is (175,100,155).

#af649b hex color red value is 175, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #af649b hue: 0.88 , saturation: 0.32 and the lightness value of af649b is 0.54.

The process color (four color CMYK) of #af649b color hex is 0.00, 0.43, 0.11, 0.31. Web safe color of #af649b is #996699. Color #af649b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100100 10011011
Octal 257 144 233
Decimal 175 100 155
Hex AF 64 9B

RGB Percentages of Color #af649b

%40.70
%23.26
%36.05

CMYK Percentages of Color #af649b

%0
%43
%11
%31

Triadic Colors of #af649b

#af649b #9baf64 #649baf

Analogous Colors of #af649b

#af649b #af6476 #9e64af

Monochromatic Colors of #af649b

#af649b

Complementary Color

#af649b #64af78

#af649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af649b Color CSS Codes

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

#af649b Text Font Color

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

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


#af649b Background Color

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

This div background color is #af649b


#af649b Border Color

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

This div border color is #af649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af649b


Comments

No comments written yet.

Please login to write comment.