Color Hex Logo

#ea84bd Color Hex

#EA84BD
(234,132,189)
0 Favorites   0 Comments

Color spaces of #ea84bd

RGB 234132189
HSL0.910.710.72
HSV326°44°92°
CMYK 0.000.440.19   0.08
XYZ51.368337.669152.7076
Yxy37.66910.36240.2658
Hunter Lab61.375241.9901-7.9543
CIE-Lab67.776046.1726-12.5952

#ea84bd color RGB value is (234,132,189).

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

The process color (four color CMYK) of #ea84bd color hex is 0.00, 0.44, 0.19, 0.08. Web safe color of #ea84bd is #ff99cc. Color #ea84bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000100 10111101
Octal 352 204 275
Decimal 234 132 189
Hex EA 84 BD

RGB Percentages of Color #ea84bd

%42.16
%23.78
%34.05

CMYK Percentages of Color #ea84bd

%0
%44
%19
%8

Triadic Colors of #ea84bd

#ea84bd #bdea84 #84bdea

Analogous Colors of #ea84bd

#ea84bd #ea848a #e484ea

Monochromatic Colors of #ea84bd

#ea84bd

Complementary Color

#ea84bd #84eab1

#ea84bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea84bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea84bd Color CSS Codes

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

#ea84bd Text Font Color

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

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


#ea84bd Background Color

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

This div background color is #ea84bd


#ea84bd Border Color

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

This div border color is #ea84bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea84bd


Comments

No comments written yet.

Please login to write comment.