Color Hex Logo

#af55cf Color Hex

#AF55CF
(175,85,207)
0 Favorites   0 Comments

Color spaces of #af55cf

RGB 17585207
HSL0.790.560.57
HSV284°59°81°
CMYK 0.150.590.00   0.19
XYZ32.190220.116061.2176
Yxy20.11600.28360.1772
Hunter Lab44.850949.6234-49.5302
CIE-Lab51.968155.5573-47.8838

#af55cf color RGB value is (175,85,207).

#af55cf hex color red value is 175, green value is 85 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #af55cf hue: 0.79 , saturation: 0.56 and the lightness value of af55cf is 0.57.

The process color (four color CMYK) of #af55cf color hex is 0.15, 0.59, 0.00, 0.19. Web safe color of #af55cf is #9966cc. Color #af55cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 11001111
Octal 257 125 317
Decimal 175 85 207
Hex AF 55 CF

RGB Percentages of Color #af55cf

%37.47
%18.20
%44.33

CMYK Percentages of Color #af55cf

%15
%59
%0
%19

Triadic Colors of #af55cf

#af55cf #cfaf55 #55cfaf

Analogous Colors of #af55cf

#af55cf #cf55b2 #7255cf

Monochromatic Colors of #af55cf

#af55cf

Complementary Color

#af55cf #75cf55

#af55cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af55cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af55cf Color CSS Codes

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

#af55cf Text Font Color

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

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


#af55cf Background Color

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

This div background color is #af55cf


#af55cf Border Color

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

This div border color is #af55cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af55cf


Comments

No comments written yet.

Please login to write comment.