Color Hex Logo

#e745df Color Hex

#E745DF
(231,69,223)
0 Favorites   0 Comments

Color spaces of #e745df

RGB 23169223
HSL0.840.770.59
HSV303°70°91°
CMYK 0.000.700.03   0.09
XYZ48.402426.572972.3900
Yxy26.57290.32850.1803
Hunter Lab51.548977.3939-47.1766
CIE-Lab58.576977.8296-45.9757

#e745df color RGB value is (231,69,223).

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

The process color (four color CMYK) of #e745df color hex is 0.00, 0.70, 0.03, 0.09. Web safe color of #e745df is #ff33cc. Color #e745df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 11011111
Octal 347 105 337
Decimal 231 69 223
Hex E7 45 DF

RGB Percentages of Color #e745df

%44.17
%13.19
%42.64

CMYK Percentages of Color #e745df

%0
%70
%3
%9

Triadic Colors of #e745df

#e745df #dfe745 #45dfe7

Analogous Colors of #e745df

#e745df #e7458e #9e45e7

Monochromatic Colors of #e745df

#e745df

Complementary Color

#e745df #45e74d

#e745df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e745df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e745df Color CSS Codes

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

#e745df Text Font Color

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

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


#e745df Background Color

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

This div background color is #e745df


#e745df Border Color

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

This div border color is #e745df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e745df


Comments

No comments written yet.

Please login to write comment.