Color Hex Logo

#ea7cbe Color Hex

#EA7CBE
(234,124,190)
0 Favorites   0 Comments

Color spaces of #ea7cbe

RGB 234124190
HSL0.900.720.70
HSV324°47°92°
CMYK 0.000.470.19   0.08
XYZ50.433635.625452.9335
Yxy35.62540.36290.2563
Hunter Lab59.687046.3745-10.8005
CIE-Lab66.232750.3394-15.4802

#ea7cbe color RGB value is (234,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111100 10111110
Octal 352 174 276
Decimal 234 124 190
Hex EA 7C BE

RGB Percentages of Color #ea7cbe

%42.70
%22.63
%34.67

CMYK Percentages of Color #ea7cbe

%0
%47
%19
%8

Triadic Colors of #ea7cbe

#ea7cbe #beea7c #7cbeea

Analogous Colors of #ea7cbe

#ea7cbe #ea7c87 #df7cea

Monochromatic Colors of #ea7cbe

#ea7cbe

Complementary Color

#ea7cbe #7ceaa8

#ea7cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7cbe Color CSS Codes

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

#ea7cbe Text Font Color

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

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


#ea7cbe Background Color

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

This div background color is #ea7cbe


#ea7cbe Border Color

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

This div border color is #ea7cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7cbe


Comments

No comments written yet.

Please login to write comment.