Color Hex Logo

#ea13da Color Hex

#EA13DA
(234,19,218)
0 Favorites   0 Comments

Color spaces of #ea13da

RGB 23419218
HSL0.850.850.50
HSV304°92°92°
CMYK 0.000.920.07   0.08
XYZ46.819423.020168.3053
Yxy23.02010.33890.1666
Hunter Lab47.979390.2212-50.8222
CIE-Lab55.093088.4451-48.6354

#ea13da color RGB value is (234,19,218).

#ea13da hex color red value is 234, green value is 19 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ea13da hue: 0.85 , saturation: 0.85 and the lightness value of ea13da is 0.50.

The process color (four color CMYK) of #ea13da color hex is 0.00, 0.92, 0.07, 0.08. Web safe color of #ea13da is #ff00cc. Color #ea13da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010011 11011010
Octal 352 23 332
Decimal 234 19 218
Hex EA 13 DA

RGB Percentages of Color #ea13da

%49.68
%4.03
%46.28

CMYK Percentages of Color #ea13da

%0
%92
%7
%8

Triadic Colors of #ea13da

#ea13da #daea13 #13daea

Analogous Colors of #ea13da

#ea13da #ea136f #8f13ea

Monochromatic Colors of #ea13da

#ea13da

Complementary Color

#ea13da #13ea23

#ea13da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea13da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea13da Color CSS Codes

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

#ea13da Text Font Color

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

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


#ea13da Background Color

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

This div background color is #ea13da


#ea13da Border Color

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

This div border color is #ea13da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea13da


Comments

No comments written yet.

Please login to write comment.