Color Hex Logo

#af9cea Color Hex

#AF9CEA
(175,156,234)
0 Favorites   0 Comments

Color spaces of #af9cea

RGB 175156234
HSL0.710.650.76
HSV255°33°92°
CMYK 0.250.330.00   0.08
XYZ44.418938.831482.9960
Yxy38.83140.26720.2336
Hunter Lab62.314818.1863-35.3469
CIE-Lab68.629023.2332-36.7840

#af9cea color RGB value is (175,156,234).

#af9cea hex color red value is 175, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #af9cea hue: 0.71 , saturation: 0.65 and the lightness value of af9cea is 0.76.

The process color (four color CMYK) of #af9cea color hex is 0.25, 0.33, 0.00, 0.08. Web safe color of #af9cea is #9999ff. Color #af9cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011100 11101010
Octal 257 234 352
Decimal 175 156 234
Hex AF 9C EA

RGB Percentages of Color #af9cea

%30.97
%27.61
%41.42

CMYK Percentages of Color #af9cea

%25
%33
%0
%8

Triadic Colors of #af9cea

#af9cea #eaaf9c #9ceaaf

Analogous Colors of #af9cea

#af9cea #d69cea #9cb0ea

Monochromatic Colors of #af9cea

#af9cea

Complementary Color

#af9cea #d7ea9c

#af9cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9cea Color CSS Codes

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

#af9cea Text Font Color

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

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


#af9cea Background Color

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

This div background color is #af9cea


#af9cea Border Color

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

This div border color is #af9cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9cea


Comments

No comments written yet.

Please login to write comment.