Color Hex Logo

#e69694 Color Hex

#E69694
(230,150,148)
0 Favorites   0 Comments

Color spaces of #e69694

RGB 230150148
HSL0.000.620.74
HSV36°90°
CMYK 0.000.350.36   0.10
XYZ48.884840.773833.3106
Yxy40.77380.39750.3316
Hunter Lab63.854424.908613.7685
CIE-Lab70.017229.840313.5424

#e69694 color RGB value is (230,150,148).

#e69694 hex color red value is 230, green value is 150 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #e69694 hue: 0.00 , saturation: 0.62 and the lightness value of e69694 is 0.74.

The process color (four color CMYK) of #e69694 color hex is 0.00, 0.35, 0.36, 0.10. Web safe color of #e69694 is #ff9999. Color #e69694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010110 10010100
Octal 346 226 224
Decimal 230 150 148
Hex E6 96 94

RGB Percentages of Color #e69694

%43.56
%28.41
%28.03

CMYK Percentages of Color #e69694

%0
%35
%36
%10

Triadic Colors of #e69694

#e69694 #94e696 #9694e6

Analogous Colors of #e69694

#e69694 #e6bf94 #e694bb

Monochromatic Colors of #e69694

#e69694

Complementary Color

#e69694 #94e4e6

#e69694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69694 Color CSS Codes

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

#e69694 Text Font Color

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

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


#e69694 Background Color

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

This div background color is #e69694


#e69694 Border Color

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

This div border color is #e69694


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,150,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e69694; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e69694;
  -webkit-box-shadow: 1px 1px 3px 2px #e69694;
  box-shadow:         1px 1px 3px 2px #e69694; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,150,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69694


Comments

No comments written yet.

Please login to write comment.