Color Hex Logo

#ea639d Color Hex

#EA639D
(234,99,157)
0 Favorites   0 Comments

Color spaces of #ea639d

RGB 23499157
HSL0.930.760.65
HSV334°58°92°
CMYK 0.000.580.33   0.08
XYZ44.479328.850435.1227
Yxy28.85040.41010.2660
Hunter Lab53.712653.8186-1.1710
CIE-Lab60.649457.8037-5.0096

#ea639d color RGB value is (234,99,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 10011101
Octal 352 143 235
Decimal 234 99 157
Hex EA 63 9D

RGB Percentages of Color #ea639d

%47.76
%20.20
%32.04

CMYK Percentages of Color #ea639d

%0
%58
%33
%8

Triadic Colors of #ea639d

#ea639d #9dea63 #639dea

Analogous Colors of #ea639d

#ea639d #ea6d63 #ea63e1

Monochromatic Colors of #ea639d

#ea639d

Complementary Color

#ea639d #63eab0

#ea639d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea639d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea639d Color CSS Codes

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

#ea639d Text Font Color

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

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


#ea639d Background Color

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

This div background color is #ea639d


#ea639d Border Color

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

This div border color is #ea639d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea639d

#ea639d Color Palettes


Comments

No comments written yet.

Please login to write comment.