Color Hex Logo

#af55c4 Color Hex

#AF55C4
(175,85,196)
0 Favorites   0 Comments

Color spaces of #af55c4

RGB 17585196
HSL0.800.480.55
HSV289°57°77°
CMYK 0.110.570.00   0.23
XYZ30.891519.596554.3789
Yxy19.59650.29460.1869
Hunter Lab44.267947.0938-41.8445
CIE-Lab51.377953.3498-42.5104

#af55c4 color RGB value is (175,85,196).

#af55c4 hex color red value is 175, green value is 85 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #af55c4 hue: 0.80 , saturation: 0.48 and the lightness value of af55c4 is 0.55.

The process color (four color CMYK) of #af55c4 color hex is 0.11, 0.57, 0.00, 0.23. Web safe color of #af55c4 is #9966cc. Color #af55c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 11000100
Octal 257 125 304
Decimal 175 85 196
Hex AF 55 C4

RGB Percentages of Color #af55c4

%38.38
%18.64
%42.98

CMYK Percentages of Color #af55c4

%11
%57
%0
%23

Triadic Colors of #af55c4

#af55c4 #c4af55 #55c4af

Analogous Colors of #af55c4

#af55c4 #c455a2 #7855c4

Monochromatic Colors of #af55c4

#af55c4

Complementary Color

#af55c4 #6ac455

#af55c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af55c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af55c4 Color CSS Codes

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

#af55c4 Text Font Color

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

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


#af55c4 Background Color

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

This div background color is #af55c4


#af55c4 Border Color

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

This div border color is #af55c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af55c4


Comments

No comments written yet.

Please login to write comment.