Color Hex Logo

#af8fca Color Hex

#AF8FCA
(175,143,202)
0 Favorites   0 Comments

Color spaces of #af8fca

RGB 175143202
HSL0.760.360.68
HSV273°29°79°
CMYK 0.130.290.00   0.21
XYZ38.162333.023160.2398
Yxy33.02310.29040.2513
Hunter Lab57.465717.9747-21.9261
CIE-Lab64.179623.2643-25.9459

#af8fca color RGB value is (175,143,202).

#af8fca hex color red value is 175, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af8fca hue: 0.76 , saturation: 0.36 and the lightness value of af8fca is 0.68.

The process color (four color CMYK) of #af8fca color hex is 0.13, 0.29, 0.00, 0.21. Web safe color of #af8fca is #9999cc. Color #af8fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001111 11001010
Octal 257 217 312
Decimal 175 143 202
Hex AF 8F CA

RGB Percentages of Color #af8fca

%33.65
%27.50
%38.85

CMYK Percentages of Color #af8fca

%13
%29
%0
%21

Triadic Colors of #af8fca

#af8fca #caaf8f #8fcaaf

Analogous Colors of #af8fca

#af8fca #ca8fc8 #928fca

Monochromatic Colors of #af8fca

#af8fca

Complementary Color

#af8fca #aaca8f

#af8fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8fca Color CSS Codes

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

#af8fca Text Font Color

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

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


#af8fca Background Color

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

This div background color is #af8fca


#af8fca Border Color

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

This div border color is #af8fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8fca


Comments

No comments written yet.

Please login to write comment.