Color Hex Logo

#ea7bbd Color Hex

#EA7BBD
(234,123,189)
0 Favorites   0 Comments

Color spaces of #ea7bbd

RGB 234123189
HSL0.900.730.70
HSV324°47°92°
CMYK 0.000.470.19   0.08
XYZ50.200035.332552.3181
Yxy35.33250.36420.2563
Hunter Lab59.441146.7271-10.5763
CIE-Lab66.006750.6875-15.2580

#ea7bbd color RGB value is (234,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111011 10111101
Octal 352 173 275
Decimal 234 123 189
Hex EA 7B BD

RGB Percentages of Color #ea7bbd

%42.86
%22.53
%34.62

CMYK Percentages of Color #ea7bbd

%0
%47
%19
%8

Triadic Colors of #ea7bbd

#ea7bbd #bdea7b #7bbdea

Analogous Colors of #ea7bbd

#ea7bbd #ea7b86 #e07bea

Monochromatic Colors of #ea7bbd

#ea7bbd

Complementary Color

#ea7bbd #7beaa8

#ea7bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7bbd Color CSS Codes

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

#ea7bbd Text Font Color

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

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


#ea7bbd Background Color

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

This div background color is #ea7bbd


#ea7bbd Border Color

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

This div border color is #ea7bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7bbd


Comments

No comments written yet.

Please login to write comment.