Color Hex Logo

#af75ba Color Hex

#AF75BA
(175,117,186)
0 Favorites   0 Comments

Color spaces of #af75ba

RGB 175117186
HSL0.810.330.59
HSV290°37°73°
CMYK 0.060.370.00   0.27
XYZ32.903425.381749.6193
Yxy25.38170.30490.2352
Hunter Lab50.380328.4131-23.1283
CIE-Lab57.445434.5032-27.2776

#af75ba color RGB value is (175,117,186).

#af75ba hex color red value is 175, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #af75ba hue: 0.81 , saturation: 0.33 and the lightness value of af75ba is 0.59.

The process color (four color CMYK) of #af75ba color hex is 0.06, 0.37, 0.00, 0.27. Web safe color of #af75ba is #9966cc. Color #af75ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110101 10111010
Octal 257 165 272
Decimal 175 117 186
Hex AF 75 BA

RGB Percentages of Color #af75ba

%36.61
%24.48
%38.91

CMYK Percentages of Color #af75ba

%6
%37
%0
%27

Triadic Colors of #af75ba

#af75ba #baaf75 #75baaf

Analogous Colors of #af75ba

#af75ba #ba75a3 #8d75ba

Monochromatic Colors of #af75ba

#af75ba

Complementary Color

#af75ba #80ba75

#af75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af75ba Color CSS Codes

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

#af75ba Text Font Color

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

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


#af75ba Background Color

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

This div background color is #af75ba


#af75ba Border Color

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

This div border color is #af75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af75ba


Comments

No comments written yet.

Please login to write comment.