Color Hex Logo

#af8cea Color Hex

#AF8CEA
(175,140,234)
0 Favorites   0 Comments

Color spaces of #af8cea

RGB 175140234
HSL0.730.690.73
HSV262°40°92°
CMYK 0.250.400.00   0.08
XYZ41.908633.810682.1592
Yxy33.81060.26540.2142
Hunter Lab58.146926.8945-43.0716
CIE-Lab64.812032.2342-42.7490

#af8cea color RGB value is (175,140,234).

#af8cea hex color red value is 175, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #af8cea hue: 0.73 , saturation: 0.69 and the lightness value of af8cea is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001100 11101010
Octal 257 214 352
Decimal 175 140 234
Hex AF 8C EA

RGB Percentages of Color #af8cea

%31.88
%25.50
%42.62

CMYK Percentages of Color #af8cea

%25
%40
%0
%8

Triadic Colors of #af8cea

#af8cea #eaaf8c #8ceaaf

Analogous Colors of #af8cea

#af8cea #de8cea #8c98ea

Monochromatic Colors of #af8cea

#af8cea

Complementary Color

#af8cea #c7ea8c

#af8cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8cea Color CSS Codes

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

#af8cea Text Font Color

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

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


#af8cea Background Color

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

This div background color is #af8cea


#af8cea Border Color

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

This div border color is #af8cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8cea


Comments

No comments written yet.

Please login to write comment.