Color Hex Logo

#af60bc Color Hex

#AF60BC
(175,96,188)
0 Favorites   0 Comments

Color spaces of #af60bc

RGB 17596188
HSL0.810.410.56
HSV292°49°74°
CMYK 0.070.490.00   0.26
XYZ30.939221.110550.0210
Yxy21.11050.30310.2068
Hunter Lab45.946239.7924-32.3859
CIE-Lab53.070246.2322-35.2353

#af60bc color RGB value is (175,96,188).

#af60bc hex color red value is 175, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af60bc hue: 0.81 , saturation: 0.41 and the lightness value of af60bc is 0.56.

The process color (four color CMYK) of #af60bc color hex is 0.07, 0.49, 0.00, 0.26. Web safe color of #af60bc is #9966cc. Color #af60bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 10111100
Octal 257 140 274
Decimal 175 96 188
Hex AF 60 BC

RGB Percentages of Color #af60bc

%38.13
%20.92
%40.96

CMYK Percentages of Color #af60bc

%7
%49
%0
%26

Triadic Colors of #af60bc

#af60bc #bcaf60 #60bcaf

Analogous Colors of #af60bc

#af60bc #bc609b #8160bc

Monochromatic Colors of #af60bc

#af60bc

Complementary Color

#af60bc #6dbc60

#af60bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af60bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af60bc Color CSS Codes

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

#af60bc Text Font Color

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

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


#af60bc Background Color

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

This div background color is #af60bc


#af60bc Border Color

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

This div border color is #af60bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af60bc


Comments

No comments written yet.

Please login to write comment.