Color Hex Logo

#e73edb Color Hex

#E73EDB
(231,62,219)
0 Favorites   0 Comments

Color spaces of #e73edb

RGB 23162219
HSL0.850.780.57
HSV304°73°91°
CMYK 0.000.730.05   0.09
XYZ47.463825.548669.4476
Yxy25.54860.33320.1793
Hunter Lab50.545679.1618-46.0801
CIE-Lab57.606179.4164-45.2517

#e73edb color RGB value is (231,62,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111110 11011011
Octal 347 76 333
Decimal 231 62 219
Hex E7 3E DB

RGB Percentages of Color #e73edb

%45.12
%12.11
%42.77

CMYK Percentages of Color #e73edb

%0
%73
%5
%9

Triadic Colors of #e73edb

#e73edb #dbe73e #3edbe7

Analogous Colors of #e73edb

#e73edb #e73e87 #9f3ee7

Monochromatic Colors of #e73edb

#e73edb

Complementary Color

#e73edb #3ee74a

#e73edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73edb Color CSS Codes

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

#e73edb Text Font Color

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

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


#e73edb Background Color

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

This div background color is #e73edb


#e73edb Border Color

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

This div border color is #e73edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73edb


Comments

No comments written yet.

Please login to write comment.