Color Hex Logo

#ea7ecb Color Hex

#EA7ECB
(234,126,203)
0 Favorites   0 Comments

Color spaces of #ea7ecb

RGB 234126203
HSL0.880.720.71
HSV317°46°92°
CMYK 0.000.460.13   0.08
XYZ52.172036.725960.8390
Yxy36.72590.34840.2453
Hunter Lab60.601947.6168-17.1006
CIE-Lab67.070951.3250-21.5036

#ea7ecb color RGB value is (234,126,203).

#ea7ecb hex color red value is 234, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ea7ecb hue: 0.88 , saturation: 0.72 and the lightness value of ea7ecb is 0.71.

The process color (four color CMYK) of #ea7ecb color hex is 0.00, 0.46, 0.13, 0.08. Web safe color of #ea7ecb is #ff66cc. Color #ea7ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111110 11001011
Octal 352 176 313
Decimal 234 126 203
Hex EA 7E CB

RGB Percentages of Color #ea7ecb

%41.56
%22.38
%36.06

CMYK Percentages of Color #ea7ecb

%0
%46
%13
%8

Triadic Colors of #ea7ecb

#ea7ecb #cbea7e #7ecbea

Analogous Colors of #ea7ecb

#ea7ecb #ea7e95 #d37eea

Monochromatic Colors of #ea7ecb

#ea7ecb

Complementary Color

#ea7ecb #7eea9d

#ea7ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7ecb Color CSS Codes

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

#ea7ecb Text Font Color

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

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


#ea7ecb Background Color

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

This div background color is #ea7ecb


#ea7ecb Border Color

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

This div border color is #ea7ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7ecb


Comments

No comments written yet.

Please login to write comment.