Color Hex Logo

#e46278 Color Hex

#E46278
(228,98,120)
0 Favorites   0 Comments

Color spaces of #e46278

RGB 22898120
HSL0.970.710.64
HSV350°57°89°
CMYK 0.000.570.47   0.11
XYZ39.752826.585420.8056
Yxy26.58540.45620.3051
Hunter Lab51.561047.389112.1684
CIE-Lab58.588652.418413.4052

#e46278 color RGB value is (228,98,120).

#e46278 hex color red value is 228, green value is 98 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #e46278 hue: 0.97 , saturation: 0.71 and the lightness value of e46278 is 0.64.

The process color (four color CMYK) of #e46278 color hex is 0.00, 0.57, 0.47, 0.11. Web safe color of #e46278 is #cc6666. Color #e46278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100010 01111000
Octal 344 142 170
Decimal 228 98 120
Hex E4 62 78

RGB Percentages of Color #e46278

%51.12
%21.97
%26.91

CMYK Percentages of Color #e46278

%0
%57
%47
%11

Triadic Colors of #e46278

#e46278 #78e462 #6278e4

Analogous Colors of #e46278

#e46278 #e48d62 #e462b9

Monochromatic Colors of #e46278

#e46278

Complementary Color

#e46278 #62e4ce

#e46278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46278 Color CSS Codes

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

#e46278 Text Font Color

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

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


#e46278 Background Color

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

This div background color is #e46278


#e46278 Border Color

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

This div border color is #e46278


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,98,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e46278; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e46278;
  -webkit-box-shadow: 1px 1px 3px 2px #e46278;
  box-shadow:         1px 1px 3px 2px #e46278; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,98,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46278


Comments

No comments written yet.

Please login to write comment.