Color Hex Logo

#ea7bbf Color Hex

#EA7BBF
(234,123,191)
0 Favorites   0 Comments

Color spaces of #ea7bbf

RGB 234123191
HSL0.900.730.70
HSV323°47°92°
CMYK 0.000.470.18   0.08
XYZ50.418635.419953.4696
Yxy35.41990.36190.2543
Hunter Lab59.514647.0681-11.6076
CIE-Lab66.074350.9821-16.2824

#ea7bbf color RGB value is (234,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111011 10111111
Octal 352 173 277
Decimal 234 123 191
Hex EA 7B BF

RGB Percentages of Color #ea7bbf

%42.70
%22.45
%34.85

CMYK Percentages of Color #ea7bbf

%0
%47
%18
%8

Triadic Colors of #ea7bbf

#ea7bbf #bfea7b #7bbfea

Analogous Colors of #ea7bbf

#ea7bbf #ea7b88 #de7bea

Monochromatic Colors of #ea7bbf

#ea7bbf

Complementary Color

#ea7bbf #7beaa6

#ea7bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7bbf Color CSS Codes

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

#ea7bbf Text Font Color

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

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


#ea7bbf Background Color

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

This div background color is #ea7bbf


#ea7bbf Border Color

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

This div border color is #ea7bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7bbf


Comments

No comments written yet.

Please login to write comment.