Color Hex Logo

#e25cdb Color Hex

#E25CDB
(226,92,219)
0 Favorites   0 Comments

Color spaces of #e25cdb

RGB 22692219
HSL0.840.700.62
HSV303°59°89°
CMYK 0.000.590.03   0.11
XYZ47.977428.937570.0746
Yxy28.93750.32640.1969
Hunter Lab53.793665.0617-39.5790
CIE-Lab60.726467.3923-40.3883

#e25cdb color RGB value is (226,92,219).

#e25cdb hex color red value is 226, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e25cdb hue: 0.84 , saturation: 0.70 and the lightness value of e25cdb is 0.62.

The process color (four color CMYK) of #e25cdb color hex is 0.00, 0.59, 0.03, 0.11. Web safe color of #e25cdb is #cc66cc. Color #e25cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011100 11011011
Octal 342 134 333
Decimal 226 92 219
Hex E2 5C DB

RGB Percentages of Color #e25cdb

%42.09
%17.13
%40.78

CMYK Percentages of Color #e25cdb

%0
%59
%3
%11

Triadic Colors of #e25cdb

#e25cdb #dbe25c #5cdbe2

Analogous Colors of #e25cdb

#e25cdb #e25c98 #a65ce2

Monochromatic Colors of #e25cdb

#e25cdb

Complementary Color

#e25cdb #5ce263

#e25cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25cdb Color CSS Codes

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

#e25cdb Text Font Color

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

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


#e25cdb Background Color

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

This div background color is #e25cdb


#e25cdb Border Color

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

This div border color is #e25cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25cdb


Comments

No comments written yet.

Please login to write comment.