Color Hex Logo

#e73bd9 Color Hex

#E73BD9
(231,59,217)
0 Favorites   0 Comments

Color spaces of #e73bd9

RGB 23159217
HSL0.850.780.57
HSV305°74°91°
CMYK 0.000.740.06   0.09
XYZ47.043325.126668.0161
Yxy25.12660.33560.1792
Hunter Lab50.126479.7997-45.3615
CIE-Lab57.198679.9980-44.7632

#e73bd9 color RGB value is (231,59,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111011 11011001
Octal 347 73 331
Decimal 231 59 217
Hex E7 3B D9

RGB Percentages of Color #e73bd9

%45.56
%11.64
%42.80

CMYK Percentages of Color #e73bd9

%0
%74
%6
%9

Triadic Colors of #e73bd9

#e73bd9 #d9e73b #3bd9e7

Analogous Colors of #e73bd9

#e73bd9 #e73b83 #9f3be7

Monochromatic Colors of #e73bd9

#e73bd9

Complementary Color

#e73bd9 #3be749

#e73bd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73bd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73bd9 Color CSS Codes

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

#e73bd9 Text Font Color

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

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


#e73bd9 Background Color

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

This div background color is #e73bd9


#e73bd9 Border Color

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

This div border color is #e73bd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73bd9


Comments

No comments written yet.

Please login to write comment.