Color Hex Logo

#af85bf Color Hex

#AF85BF
(175,133,191)
0 Favorites   0 Comments

Color spaces of #af85bf

RGB 175133191
HSL0.790.310.64
HSV283°30°75°
CMYK 0.080.300.00   0.25
XYZ35.470729.650653.1438
Yxy29.65060.29990.2507
Hunter Lab54.452420.9847-19.7485
CIE-Lab61.351626.5698-24.1039

#af85bf color RGB value is (175,133,191).

#af85bf hex color red value is 175, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af85bf hue: 0.79 , saturation: 0.31 and the lightness value of af85bf is 0.64.

The process color (four color CMYK) of #af85bf color hex is 0.08, 0.30, 0.00, 0.25. Web safe color of #af85bf is #9999cc. Color #af85bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 10111111
Octal 257 205 277
Decimal 175 133 191
Hex AF 85 BF

RGB Percentages of Color #af85bf

%35.07
%26.65
%38.28

CMYK Percentages of Color #af85bf

%8
%30
%0
%25

Triadic Colors of #af85bf

#af85bf #bfaf85 #85bfaf

Analogous Colors of #af85bf

#af85bf #bf85b2 #9285bf

Monochromatic Colors of #af85bf

#af85bf

Complementary Color

#af85bf #95bf85

#af85bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af85bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af85bf Color CSS Codes

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

#af85bf Text Font Color

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

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


#af85bf Background Color

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

This div background color is #af85bf


#af85bf Border Color

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

This div border color is #af85bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af85bf


Comments

No comments written yet.

Please login to write comment.