Color Hex Logo

#ea968d Color Hex

#EA968D
(234,150,141)
0 Favorites   0 Comments

Color spaces of #ea968d

RGB 234150141
HSL0.020.690.74
HSV40°92°
CMYK 0.000.360.40   0.08
XYZ49.645741.228230.5405
Yxy41.22820.40890.3396
Hunter Lab64.209225.647816.7457
CIE-Lab70.335530.535917.9355

#ea968d color RGB value is (234,150,141).

#ea968d hex color red value is 234, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ea968d hue: 0.02 , saturation: 0.69 and the lightness value of ea968d is 0.74.

The process color (four color CMYK) of #ea968d color hex is 0.00, 0.36, 0.40, 0.08. Web safe color of #ea968d is #ff9999. Color #ea968d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 10001101
Octal 352 226 215
Decimal 234 150 141
Hex EA 96 8D

RGB Percentages of Color #ea968d

%44.57
%28.57
%26.86

CMYK Percentages of Color #ea968d

%0
%36
%40
%8

Triadic Colors of #ea968d

#ea968d #8dea96 #968dea

Analogous Colors of #ea968d

#ea968d #eac58d #ea8db3

Monochromatic Colors of #ea968d

#ea968d

Complementary Color

#ea968d #8de1ea

#ea968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea968d Color CSS Codes

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

#ea968d Text Font Color

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

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


#ea968d Background Color

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

This div background color is #ea968d


#ea968d Border Color

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

This div border color is #ea968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea968d


Comments

No comments written yet.

Please login to write comment.