Color Hex Logo

#ea0ddb Color Hex

#EA0DDB
(234,13,219)
0 Favorites   0 Comments

Color spaces of #ea0ddb

RGB 23413219
HSL0.840.890.48
HSV304°94°92°
CMYK 0.000.940.06   0.08
XYZ46.861822.894768.9671
Yxy22.89470.33780.1650
Hunter Lab47.848491.0847-51.9647
CIE-Lab54.963789.1217-49.4095

#ea0ddb color RGB value is (234,13,219).

#ea0ddb hex color red value is 234, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ea0ddb hue: 0.84 , saturation: 0.89 and the lightness value of ea0ddb is 0.48.

The process color (four color CMYK) of #ea0ddb color hex is 0.00, 0.94, 0.06, 0.08. Web safe color of #ea0ddb is #ff00cc. Color #ea0ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001101 11011011
Octal 352 15 333
Decimal 234 13 219
Hex EA D DB

RGB Percentages of Color #ea0ddb

%50.21
%2.79
%47.00

CMYK Percentages of Color #ea0ddb

%0
%94
%6
%8

Triadic Colors of #ea0ddb

#ea0ddb #dbea0d #0ddbea

Analogous Colors of #ea0ddb

#ea0ddb #ea0d6d #8b0dea

Monochromatic Colors of #ea0ddb

#ea0ddb

Complementary Color

#ea0ddb #0dea1c

#ea0ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0ddb Color CSS Codes

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

#ea0ddb Text Font Color

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

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


#ea0ddb Background Color

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

This div background color is #ea0ddb


#ea0ddb Border Color

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

This div border color is #ea0ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0ddb


Comments

No comments written yet.

Please login to write comment.