Color Hex Logo

#e734ae Color Hex

#E734AE
(231,52,174)
0 Favorites   0 Comments

Color spaces of #e734ae

RGB 23152174
HSL0.890.790.55
HSV319°77°91°
CMYK 0.000.770.25   0.09
XYZ41.823022.500942.1832
Yxy22.50090.39270.2113
Hunter Lab47.435174.3700-19.5210
CIE-Lab54.554576.1881-24.1540

#e734ae color RGB value is (231,52,174).

#e734ae hex color red value is 231, green value is 52 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e734ae hue: 0.89 , saturation: 0.79 and the lightness value of e734ae is 0.55.

The process color (four color CMYK) of #e734ae color hex is 0.00, 0.77, 0.25, 0.09. Web safe color of #e734ae is #ff3399. Color #e734ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110100 10101110
Octal 347 64 256
Decimal 231 52 174
Hex E7 34 AE

RGB Percentages of Color #e734ae

%50.55
%11.38
%38.07

CMYK Percentages of Color #e734ae

%0
%77
%25
%9

Triadic Colors of #e734ae

#e734ae #aee734 #34aee7

Analogous Colors of #e734ae

#e734ae #e73454 #c734e7

Monochromatic Colors of #e734ae

#e734ae

Complementary Color

#e734ae #34e76d

#e734ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e734ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e734ae Color CSS Codes

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

#e734ae Text Font Color

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

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


#e734ae Background Color

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

This div background color is #e734ae


#e734ae Border Color

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

This div border color is #e734ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e734ae


Comments

No comments written yet.

Please login to write comment.