Color Hex Logo

#ea39bd Color Hex

#EA39BD
(234,57,189)
0 Favorites   0 Comments

Color spaces of #ea39bd

RGB 23457189
HSL0.880.810.57
HSV315°76°92°
CMYK 0.000.760.19   0.08
XYZ44.580124.092850.4449
Yxy24.09280.37430.2023
Hunter Lab49.084476.2219-26.5743
CIE-Lab56.180677.3588-30.3073

#ea39bd color RGB value is (234,57,189).

#ea39bd hex color red value is 234, green value is 57 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ea39bd hue: 0.88 , saturation: 0.81 and the lightness value of ea39bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111001 10111101
Octal 352 71 275
Decimal 234 57 189
Hex EA 39 BD

RGB Percentages of Color #ea39bd

%48.75
%11.88
%39.38

CMYK Percentages of Color #ea39bd

%0
%76
%19
%8

Triadic Colors of #ea39bd

#ea39bd #bdea39 #39bdea

Analogous Colors of #ea39bd

#ea39bd #ea3965 #bf39ea

Monochromatic Colors of #ea39bd

#ea39bd

Complementary Color

#ea39bd #39ea66

#ea39bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea39bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea39bd Color CSS Codes

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

#ea39bd Text Font Color

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

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


#ea39bd Background Color

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

This div background color is #ea39bd


#ea39bd Border Color

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

This div border color is #ea39bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea39bd


Comments

No comments written yet.

Please login to write comment.