Color Hex Logo

#f5e3ff Color Hex

#F5E3FF
(245,227,255)
0 Favorites   0 Comments

Color spaces of #f5e3ff

RGB 245227255
HSL0.771.000.95
HSV279°11°100°
CMYK 0.040.110.00   0.00
XYZ83.175381.5706105.9686
Yxy81.57060.30720.3013
Hunter Lab90.31646.3326-6.3437
CIE-Lab92.385011.0736-11.3287

#f5e3ff color RGB value is (245,227,255).

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

The process color (four color CMYK) of #f5e3ff color hex is 0.04, 0.11, 0.00, 0.00. Web safe color of #f5e3ff is #ffccff. Color #f5e3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11100011 11111111
Octal 365 343 377
Decimal 245 227 255
Hex F5 E3 FF

RGB Percentages of Color #f5e3ff

%33.70
%31.22
%35.08

CMYK Percentages of Color #f5e3ff

%4
%11
%0
%0

Triadic Colors of #f5e3ff

#f5e3ff #fff5e3 #e3fff5

Analogous Colors of #f5e3ff

#f5e3ff #ffe3fb #e7e3ff

Monochromatic Colors of #f5e3ff

#f5e3ff

Complementary Color

#f5e3ff #edffe3

#f5e3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5e3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5e3ff Color CSS Codes

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

#f5e3ff Text Font Color

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

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


#f5e3ff Background Color

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

This div background color is #f5e3ff


#f5e3ff Border Color

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

This div border color is #f5e3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5e3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.