Color Hex Logo

#e745eb Color Hex

#E745EB
(231,69,235)
0 Favorites   0 Comments

Color spaces of #e745eb

RGB 23169235
HSL0.830.810.60
HSV299°71°92°
CMYK 0.020.710.00   0.08
XYZ50.078527.243381.2163
Yxy27.24330.31590.1718
Hunter Lab52.195179.9200-55.7195
CIE-Lab59.198979.7054-51.7275

#e745eb color RGB value is (231,69,235).

#e745eb hex color red value is 231, green value is 69 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e745eb hue: 0.83 , saturation: 0.81 and the lightness value of e745eb is 0.60.

The process color (four color CMYK) of #e745eb color hex is 0.02, 0.71, 0.00, 0.08. Web safe color of #e745eb is #ff33ff. Color #e745eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 11101011
Octal 347 105 353
Decimal 231 69 235
Hex E7 45 EB

RGB Percentages of Color #e745eb

%43.18
%12.90
%43.93

CMYK Percentages of Color #e745eb

%2
%71
%0
%8

Triadic Colors of #e745eb

#e745eb #ebe745 #45ebe7

Analogous Colors of #e745eb

#e745eb #eb459c #9445eb

Monochromatic Colors of #e745eb

#e745eb

Complementary Color

#e745eb #49eb45

#e745eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e745eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e745eb Color CSS Codes

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

#e745eb Text Font Color

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

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


#e745eb Background Color

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

This div background color is #e745eb


#e745eb Border Color

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

This div border color is #e745eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e745eb


Comments

No comments written yet.

Please login to write comment.