Color Hex Logo

#ea0fdb Color Hex

#EA0FDB
(234,15,219)
0 Favorites   0 Comments

Color spaces of #ea0fdb

RGB 23415219
HSL0.840.880.49
HSV304°94°92°
CMYK 0.000.940.06   0.08
XYZ46.888722.948568.9760
Yxy22.94850.33780.1653
Hunter Lab47.904690.8816-51.8362
CIE-Lab55.019388.9579-49.3212

#ea0fdb color RGB value is (234,15,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001111 11011011
Octal 352 17 333
Decimal 234 15 219
Hex EA F DB

RGB Percentages of Color #ea0fdb

%50.00
%3.21
%46.79

CMYK Percentages of Color #ea0fdb

%0
%94
%6
%8

Triadic Colors of #ea0fdb

#ea0fdb #dbea0f #0fdbea

Analogous Colors of #ea0fdb

#ea0fdb #ea0f6e #8c0fea

Monochromatic Colors of #ea0fdb

#ea0fdb

Complementary Color

#ea0fdb #0fea1e

#ea0fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0fdb Color CSS Codes

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

#ea0fdb Text Font Color

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

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


#ea0fdb Background Color

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

This div background color is #ea0fdb


#ea0fdb Border Color

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

This div border color is #ea0fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0fdb


Comments

No comments written yet.

Please login to write comment.