Color Hex Logo

#e73dee Color Hex

#E73DEE
(231,61,238)
0 Favorites   0 Comments

Color spaces of #e73dee

RGB 23161238
HSL0.830.840.59
HSV298°74°93°
CMYK 0.030.740.00   0.07
XYZ50.056426.499583.3656
Yxy26.49950.31300.1657
Hunter Lab51.477783.4858-59.9829
CIE-Lab58.508282.6231-54.5044

#e73dee color RGB value is (231,61,238).

#e73dee hex color red value is 231, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e73dee hue: 0.83 , saturation: 0.84 and the lightness value of e73dee is 0.59.

The process color (four color CMYK) of #e73dee color hex is 0.03, 0.74, 0.00, 0.07. Web safe color of #e73dee is #ff33ff. Color #e73dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111101 11101110
Octal 347 75 356
Decimal 231 61 238
Hex E7 3D EE

RGB Percentages of Color #e73dee

%43.58
%11.51
%44.91

CMYK Percentages of Color #e73dee

%3
%74
%0
%7

Triadic Colors of #e73dee

#e73dee #eee73d #3deee7

Analogous Colors of #e73dee

#e73dee #ee3d9d #8f3dee

Monochromatic Colors of #e73dee

#e73dee

Complementary Color

#e73dee #44ee3d

#e73dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73dee Color CSS Codes

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

#e73dee Text Font Color

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

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


#e73dee Background Color

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

This div background color is #e73dee


#e73dee Border Color

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

This div border color is #e73dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,61,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73dee


Comments

No comments written yet.

Please login to write comment.