Color Hex Logo

#e745dd Color Hex

#E745DD
(231,69,221)
0 Favorites   0 Comments

Color spaces of #e745dd

RGB 23169221
HSL0.840.770.59
HSV304°70°91°
CMYK 0.000.700.04   0.09
XYZ48.134326.465670.9780
Yxy26.46560.33060.1818
Hunter Lab51.444776.9854-45.7908
CIE-Lab58.476477.5243-45.0066

#e745dd color RGB value is (231,69,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 11011101
Octal 347 105 335
Decimal 231 69 221
Hex E7 45 DD

RGB Percentages of Color #e745dd

%44.34
%13.24
%42.42

CMYK Percentages of Color #e745dd

%0
%70
%4
%9

Triadic Colors of #e745dd

#e745dd #dde745 #45dde7

Analogous Colors of #e745dd

#e745dd #e7458c #a045e7

Monochromatic Colors of #e745dd

#e745dd

Complementary Color

#e745dd #45e74f

#e745dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e745dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e745dd Color CSS Codes

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

#e745dd Text Font Color

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

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


#e745dd Background Color

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

This div background color is #e745dd


#e745dd Border Color

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

This div border color is #e745dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e745dd


Comments

No comments written yet.

Please login to write comment.