Color Hex Logo

#ea38df Color Hex

#EA38DF
(234,56,223)
0 Favorites   0 Comments

Color spaces of #ea38df

RGB 23456223
HSL0.840.810.57
HSV304°76°92°
CMYK 0.000.760.05   0.08
XYZ48.665125.648572.1978
Yxy25.64850.33220.1751
Hunter Lab50.644382.8964-49.0719
CIE-Lab57.701982.3223-47.3297

#ea38df color RGB value is (234,56,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111000 11011111
Octal 352 70 337
Decimal 234 56 223
Hex EA 38 DF

RGB Percentages of Color #ea38df

%45.61
%10.92
%43.47

CMYK Percentages of Color #ea38df

%0
%76
%5
%8

Triadic Colors of #ea38df

#ea38df #dfea38 #38dfea

Analogous Colors of #ea38df

#ea38df #ea3886 #9c38ea

Monochromatic Colors of #ea38df

#ea38df

Complementary Color

#ea38df #38ea43

#ea38df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea38df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea38df Color CSS Codes

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

#ea38df Text Font Color

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

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


#ea38df Background Color

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

This div background color is #ea38df


#ea38df Border Color

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

This div border color is #ea38df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea38df


Comments

No comments written yet.

Please login to write comment.