Color Hex Logo

#ea699d Color Hex

#EA699D
(234,105,157)
0 Favorites   0 Comments

Color spaces of #ea699d

RGB 234105157
HSL0.930.750.66
HSV336°55°92°
CMYK 0.000.550.33   0.08
XYZ45.069130.029935.3192
Yxy30.02990.40820.2720
Hunter Lab54.799550.90560.1463
CIE-Lab61.680055.0696-3.4880

#ea699d color RGB value is (234,105,157).

#ea699d hex color red value is 234, green value is 105 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ea699d hue: 0.93 , saturation: 0.75 and the lightness value of ea699d is 0.66.

The process color (four color CMYK) of #ea699d color hex is 0.00, 0.55, 0.33, 0.08. Web safe color of #ea699d is #ff6699. Color #ea699d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 10011101
Octal 352 151 235
Decimal 234 105 157
Hex EA 69 9D

RGB Percentages of Color #ea699d

%47.18
%21.17
%31.65

CMYK Percentages of Color #ea699d

%0
%55
%33
%8

Triadic Colors of #ea699d

#ea699d #9dea69 #699dea

Analogous Colors of #ea699d

#ea699d #ea7669 #ea69de

Monochromatic Colors of #ea699d

#ea699d

Complementary Color

#ea699d #69eab6

#ea699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea699d Color CSS Codes

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

#ea699d Text Font Color

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

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


#ea699d Background Color

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

This div background color is #ea699d


#ea699d Border Color

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

This div border color is #ea699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea699d


Comments

No comments written yet.

Please login to write comment.