Color Hex Logo

#e745db Color Hex

#E745DB
(231,69,219)
0 Favorites   0 Comments

Color spaces of #e745db

RGB 23169219
HSL0.850.770.59
HSV304°70°91°
CMYK 0.000.700.05   0.09
XYZ47.869326.359669.5828
Yxy26.35960.33290.1833
Hunter Lab51.341676.5800-44.4161
CIE-Lab58.376877.2208-44.0345

#e745db color RGB value is (231,69,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 11011011
Octal 347 105 333
Decimal 231 69 219
Hex E7 45 DB

RGB Percentages of Color #e745db

%44.51
%13.29
%42.20

CMYK Percentages of Color #e745db

%0
%70
%5
%9

Triadic Colors of #e745db

#e745db #dbe745 #45dbe7

Analogous Colors of #e745db

#e745db #e7458a #a245e7

Monochromatic Colors of #e745db

#e745db

Complementary Color

#e745db #45e751

#e745db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e745db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e745db Color CSS Codes

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

#e745db Text Font Color

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

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


#e745db Background Color

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

This div background color is #e745db


#e745db Border Color

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

This div border color is #e745db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e745db


Comments

No comments written yet.

Please login to write comment.