Color Hex Logo

#e73bdc Color Hex

#E73BDC
(231,59,220)
0 Favorites   0 Comments

Color spaces of #e73bdc

RGB 23159220
HSL0.840.780.57
HSV304°74°91°
CMYK 0.000.740.05   0.09
XYZ47.437225.284270.0903
Yxy25.28420.33220.1770
Hunter Lab50.283480.4004-47.4463
CIE-Lab57.351380.4406-46.2204

#e73bdc color RGB value is (231,59,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111011 11011100
Octal 347 73 334
Decimal 231 59 220
Hex E7 3B DC

RGB Percentages of Color #e73bdc

%45.29
%11.57
%43.14

CMYK Percentages of Color #e73bdc

%0
%74
%5
%9

Triadic Colors of #e73bdc

#e73bdc #dce73b #3bdce7

Analogous Colors of #e73bdc

#e73bdc #e73b86 #9c3be7

Monochromatic Colors of #e73bdc

#e73bdc

Complementary Color

#e73bdc #3be746

#e73bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73bdc Color CSS Codes

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

#e73bdc Text Font Color

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

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


#e73bdc Background Color

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

This div background color is #e73bdc


#e73bdc Border Color

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

This div border color is #e73bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73bdc


Comments

No comments written yet.

Please login to write comment.