Color Hex Logo

#af05c3 Color Hex

#AF05C3
(175,5,195)
0 Favorites   0 Comments

Color spaces of #af05c3

RGB 1755195
HSL0.820.950.39
HSV294°97°76°
CMYK 0.100.970.00   0.24
XYZ27.583813.162652.7166
Yxy13.16260.29510.1408
Hunter Lab36.280372.2225-60.7543
CIE-Lab43.007276.6945-55.3090

#af05c3 color RGB value is (175,5,195).

#af05c3 hex color red value is 175, green value is 5 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #af05c3 hue: 0.82 , saturation: 0.95 and the lightness value of af05c3 is 0.39.

The process color (four color CMYK) of #af05c3 color hex is 0.10, 0.97, 0.00, 0.24. Web safe color of #af05c3 is #9900cc. Color #af05c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 11000011
Octal 257 5 303
Decimal 175 5 195
Hex AF 5 C3

RGB Percentages of Color #af05c3

%46.67
%1.33
%52.00

CMYK Percentages of Color #af05c3

%10
%97
%0
%24

Triadic Colors of #af05c3

#af05c3 #c3af05 #05c3af

Analogous Colors of #af05c3

#af05c3 #c30578 #5005c3

Monochromatic Colors of #af05c3

#af05c3

Complementary Color

#af05c3 #19c305

#af05c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af05c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af05c3 Color CSS Codes

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

#af05c3 Text Font Color

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

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


#af05c3 Background Color

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

This div background color is #af05c3


#af05c3 Border Color

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

This div border color is #af05c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af05c3


Comments

No comments written yet.

Please login to write comment.