Color Hex Logo

#af4fca Color Hex

#AF4FCA
(175,79,202)
0 Favorites   0 Comments

Color spaces of #af4fca

RGB 17579202
HSL0.800.540.55
HSV287°61°79°
CMYK 0.130.610.00   0.21
XYZ31.135818.970257.8977
Yxy18.97020.28830.1756
Hunter Lab43.554851.3825-48.3263
CIE-Lab50.652357.3811-47.1128

#af4fca color RGB value is (175,79,202).

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

The process color (four color CMYK) of #af4fca color hex is 0.13, 0.61, 0.00, 0.21. Web safe color of #af4fca is #9966cc. Color #af4fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001111 11001010
Octal 257 117 312
Decimal 175 79 202
Hex AF 4F CA

RGB Percentages of Color #af4fca

%38.38
%17.32
%44.30

CMYK Percentages of Color #af4fca

%13
%61
%0
%21

Triadic Colors of #af4fca

#af4fca #caaf4f #4fcaaf

Analogous Colors of #af4fca

#af4fca #ca4fa8 #724fca

Monochromatic Colors of #af4fca

#af4fca

Complementary Color

#af4fca #6aca4f

#af4fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4fca Color CSS Codes

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

#af4fca Text Font Color

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

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


#af4fca Background Color

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

This div background color is #af4fca


#af4fca Border Color

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

This div border color is #af4fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4fca


Comments

No comments written yet.

Please login to write comment.