Color Hex Logo

#af64bc Color Hex

#AF64BC
(175,100,188)
0 Favorites   0 Comments

Color spaces of #af64bc

RGB 175100188
HSL0.810.400.56
HSV291°47°74°
CMYK 0.070.470.00   0.26
XYZ31.313521.859150.1458
Yxy21.85910.30310.2116
Hunter Lab46.753737.7321-30.8640
CIE-Lab53.877244.1353-33.9722

#af64bc color RGB value is (175,100,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100100 10111100
Octal 257 144 274
Decimal 175 100 188
Hex AF 64 BC

RGB Percentages of Color #af64bc

%37.80
%21.60
%40.60

CMYK Percentages of Color #af64bc

%7
%47
%0
%26

Triadic Colors of #af64bc

#af64bc #bcaf64 #64bcaf

Analogous Colors of #af64bc

#af64bc #bc649d #8364bc

Monochromatic Colors of #af64bc

#af64bc

Complementary Color

#af64bc #71bc64

#af64bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af64bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af64bc Color CSS Codes

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

#af64bc Text Font Color

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

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


#af64bc Background Color

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

This div background color is #af64bc


#af64bc Border Color

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

This div border color is #af64bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af64bc

#af64bc Color Palettes


Comments

No comments written yet.

Please login to write comment.