Color Hex Logo

#ea28bd Color Hex

#EA28BD
(234,40,189)
0 Favorites   0 Comments

Color spaces of #ea28bd

RGB 23440189
HSL0.870.820.54
HSV314°83°92°
CMYK 0.000.830.19   0.08
XYZ43.875822.684150.2101
Yxy22.68410.37570.1943
Hunter Lab47.627881.0894-29.1651
CIE-Lab54.745481.4880-32.5412

#ea28bd color RGB value is (234,40,189).

#ea28bd hex color red value is 234, green value is 40 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ea28bd hue: 0.87 , saturation: 0.82 and the lightness value of ea28bd is 0.54.

The process color (four color CMYK) of #ea28bd color hex is 0.00, 0.83, 0.19, 0.08. Web safe color of #ea28bd is #ff33cc. Color #ea28bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101000 10111101
Octal 352 50 275
Decimal 234 40 189
Hex EA 28 BD

RGB Percentages of Color #ea28bd

%50.54
%8.64
%40.82

CMYK Percentages of Color #ea28bd

%0
%83
%19
%8

Triadic Colors of #ea28bd

#ea28bd #bdea28 #28bdea

Analogous Colors of #ea28bd

#ea28bd #ea285c #b628ea

Monochromatic Colors of #ea28bd

#ea28bd

Complementary Color

#ea28bd #28ea55

#ea28bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea28bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea28bd Color CSS Codes

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

#ea28bd Text Font Color

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

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


#ea28bd Background Color

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

This div background color is #ea28bd


#ea28bd Border Color

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

This div border color is #ea28bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea28bd


Comments

No comments written yet.

Please login to write comment.