Color Hex Logo

#e73cdb Color Hex

#E73CDB
(231,60,219)
0 Favorites   0 Comments

Color spaces of #e73cdb

RGB 23160219
HSL0.850.780.57
HSV304°74°91°
CMYK 0.000.740.05   0.09
XYZ47.357025.335169.4120
Yxy25.33510.33330.1783
Hunter Lab50.334079.8582-46.5288
CIE-Lab57.400580.0049-45.5768

#e73cdb color RGB value is (231,60,219).

#e73cdb hex color red value is 231, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e73cdb hue: 0.85 , saturation: 0.78 and the lightness value of e73cdb is 0.57.

The process color (four color CMYK) of #e73cdb color hex is 0.00, 0.74, 0.05, 0.09. Web safe color of #e73cdb is #ff33cc. Color #e73cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111100 11011011
Octal 347 74 333
Decimal 231 60 219
Hex E7 3C DB

RGB Percentages of Color #e73cdb

%45.29
%11.76
%42.94

CMYK Percentages of Color #e73cdb

%0
%74
%5
%9

Triadic Colors of #e73cdb

#e73cdb #dbe73c #3cdbe7

Analogous Colors of #e73cdb

#e73cdb #e73c86 #9e3ce7

Monochromatic Colors of #e73cdb

#e73cdb

Complementary Color

#e73cdb #3ce748

#e73cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73cdb Color CSS Codes

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

#e73cdb Text Font Color

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

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


#e73cdb Background Color

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

This div background color is #e73cdb


#e73cdb Border Color

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

This div border color is #e73cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73cdb


Comments

No comments written yet.

Please login to write comment.