Color Hex Logo

#af65bf Color Hex

#AF65BF
(175,101,191)
0 Favorites   0 Comments

Color spaces of #af65bf

RGB 175101191
HSL0.800.410.57
HSV289°47°75°
CMYK 0.080.470.00   0.25
XYZ31.736822.182951.8992
Yxy22.18290.29990.2096
Hunter Lab47.098737.8569-32.3639
CIE-Lab54.220544.2045-35.1598

#af65bf color RGB value is (175,101,191).

#af65bf hex color red value is 175, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af65bf hue: 0.80 , saturation: 0.41 and the lightness value of af65bf is 0.57.

The process color (four color CMYK) of #af65bf color hex is 0.08, 0.47, 0.00, 0.25. Web safe color of #af65bf is #9966cc. Color #af65bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 10111111
Octal 257 145 277
Decimal 175 101 191
Hex AF 65 BF

RGB Percentages of Color #af65bf

%37.47
%21.63
%40.90

CMYK Percentages of Color #af65bf

%8
%47
%0
%25

Triadic Colors of #af65bf

#af65bf #bfaf65 #65bfaf

Analogous Colors of #af65bf

#af65bf #bf65a2 #8265bf

Monochromatic Colors of #af65bf

#af65bf

Complementary Color

#af65bf #75bf65

#af65bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af65bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af65bf Color CSS Codes

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

#af65bf Text Font Color

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

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


#af65bf Background Color

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

This div background color is #af65bf


#af65bf Border Color

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

This div border color is #af65bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af65bf


Comments

No comments written yet.

Please login to write comment.