Color Hex Logo

#af7fca Color Hex

#AF7FCA
(175,127,202)
0 Favorites   0 Comments

Color spaces of #af7fca

RGB 175127202
HSL0.770.410.65
HSV278°37°79°
CMYK 0.130.370.00   0.21
XYZ35.929228.557059.4955
Yxy28.55700.28980.2303
Hunter Lab53.438726.4955-28.6028
CIE-Lab60.388732.2647-31.8031

#af7fca color RGB value is (175,127,202).

#af7fca hex color red value is 175, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af7fca hue: 0.77 , saturation: 0.41 and the lightness value of af7fca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111111 11001010
Octal 257 177 312
Decimal 175 127 202
Hex AF 7F CA

RGB Percentages of Color #af7fca

%34.72
%25.20
%40.08

CMYK Percentages of Color #af7fca

%13
%37
%0
%21

Triadic Colors of #af7fca

#af7fca #caaf7f #7fcaaf

Analogous Colors of #af7fca

#af7fca #ca7fc0 #8a7fca

Monochromatic Colors of #af7fca

#af7fca

Complementary Color

#af7fca #9aca7f

#af7fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7fca Color CSS Codes

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

#af7fca Text Font Color

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

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


#af7fca Background Color

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

This div background color is #af7fca


#af7fca Border Color

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

This div border color is #af7fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7fca


Comments

No comments written yet.

Please login to write comment.