Color Hex Logo

#f5aeff Color Hex

#F5AEFF
(245,174,255)
0 Favorites   0 Comments

Color spaces of #f5aeff

RGB 245174255
HSL0.811.000.84
HSV293°32°100°
CMYK 0.040.320.00   0.00
XYZ70.842256.9046101.8576
Yxy56.90460.30850.2478
Hunter Lab75.435135.6204-27.2528
CIE-Lab80.125939.0012-29.8682

#f5aeff color RGB value is (245,174,255).

#f5aeff hex color red value is 245, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f5aeff hue: 0.81 , saturation: 1.00 and the lightness value of f5aeff is 0.84.

The process color (four color CMYK) of #f5aeff color hex is 0.04, 0.32, 0.00, 0.00. Web safe color of #f5aeff is #ff99ff. Color #f5aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101110 11111111
Octal 365 256 377
Decimal 245 174 255
Hex F5 AE FF

RGB Percentages of Color #f5aeff

%36.35
%25.82
%37.83

CMYK Percentages of Color #f5aeff

%4
%32
%0
%0

Triadic Colors of #f5aeff

#f5aeff #fff5ae #aefff5

Analogous Colors of #f5aeff

#f5aeff #ffaee1 #cdaeff

Monochromatic Colors of #f5aeff

#f5aeff

Complementary Color

#f5aeff #b8ffae

#f5aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5aeff Color CSS Codes

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

#f5aeff Text Font Color

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

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


#f5aeff Background Color

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

This div background color is #f5aeff


#f5aeff Border Color

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

This div border color is #f5aeff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,174,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5aeff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5aeff;
  -webkit-box-shadow: 1px 1px 3px 2px #f5aeff;
  box-shadow:         1px 1px 3px 2px #f5aeff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,174,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5aeff

Related Colors


Comments

No comments written yet.

Please login to write comment.