Color Hex Logo

#ea7cbd Color Hex

#EA7CBD
(234,124,189)
0 Favorites   0 Comments

Color spaces of #ea7cbd

RGB 234124189
HSL0.900.720.70
HSV325°47°92°
CMYK 0.000.470.19   0.08
XYZ50.324635.581952.3597
Yxy35.58190.36400.2573
Hunter Lab59.650646.2042-10.2878
CIE-Lab66.199250.1919-14.9676

#ea7cbd color RGB value is (234,124,189).

#ea7cbd hex color red value is 234, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ea7cbd hue: 0.90 , saturation: 0.72 and the lightness value of ea7cbd is 0.70.

The process color (four color CMYK) of #ea7cbd color hex is 0.00, 0.47, 0.19, 0.08. Web safe color of #ea7cbd is #ff66cc. Color #ea7cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111100 10111101
Octal 352 174 275
Decimal 234 124 189
Hex EA 7C BD

RGB Percentages of Color #ea7cbd

%42.78
%22.67
%34.55

CMYK Percentages of Color #ea7cbd

%0
%47
%19
%8

Triadic Colors of #ea7cbd

#ea7cbd #bdea7c #7cbdea

Analogous Colors of #ea7cbd

#ea7cbd #ea7c86 #e07cea

Monochromatic Colors of #ea7cbd

#ea7cbd

Complementary Color

#ea7cbd #7ceaa9

#ea7cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7cbd Color CSS Codes

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

#ea7cbd Text Font Color

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

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


#ea7cbd Background Color

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

This div background color is #ea7cbd


#ea7cbd Border Color

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

This div border color is #ea7cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7cbd


Comments

No comments written yet.

Please login to write comment.