Color Hex Logo

#ffe8ea Color Hex

#FFE8EA
(255,232,234)
0 Favorites   0 Comments

Color spaces of #ffe8ea

RGB 255232234
HSL0.991.000.95
HSV355°100°
CMYK 0.000.090.08   0.00
XYZ84.947984.913789.7547
Yxy84.91370.32720.3271
Hunter Lab92.14863.29156.7543
CIE-Lab93.84598.15021.8631

#ffe8ea color RGB value is (255,232,234).

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

The process color (four color CMYK) of #ffe8ea color hex is 0.00, 0.09, 0.08, 0.00. Web safe color of #ffe8ea is #ffffff. Color #ffe8ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101000 11101010
Octal 377 350 352
Decimal 255 232 234
Hex FF E8 EA

RGB Percentages of Color #ffe8ea

%35.37
%32.18
%32.45

CMYK Percentages of Color #ffe8ea

%0
%9
%8
%0

Triadic Colors of #ffe8ea

#ffe8ea #eaffe8 #e8eaff

Analogous Colors of #ffe8ea

#ffe8ea #fff2e8 #ffe8f6

Monochromatic Colors of #ffe8ea

#ffe8ea

Complementary Color

#ffe8ea #e8fffd

#ffe8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe8ea Color CSS Codes

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

#ffe8ea Text Font Color

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

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


#ffe8ea Background Color

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

This div background color is #ffe8ea


#ffe8ea Border Color

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

This div border color is #ffe8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe8ea

Related Colors


Comments

No comments written yet.

Please login to write comment.