Color Hex Logo

#e7359b Color Hex

#E7359B
(231,53,155)
0 Favorites   0 Comments

Color spaces of #e7359b

RGB 23153155
HSL0.900.790.56
HSV326°77°91°
CMYK 0.000.770.33   0.09
XYZ40.144521.901733.1219
Yxy21.90170.42180.2301
Hunter Lab46.799371.2190-9.2027
CIE-Lab53.922673.7547-13.9520

#e7359b color RGB value is (231,53,155).

#e7359b hex color red value is 231, green value is 53 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e7359b hue: 0.90 , saturation: 0.79 and the lightness value of e7359b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110101 10011011
Octal 347 65 233
Decimal 231 53 155
Hex E7 35 9B

RGB Percentages of Color #e7359b

%52.62
%12.07
%35.31

CMYK Percentages of Color #e7359b

%0
%77
%33
%9

Triadic Colors of #e7359b

#e7359b #9be735 #359be7

Analogous Colors of #e7359b

#e7359b #e73542 #da35e7

Monochromatic Colors of #e7359b

#e7359b

Complementary Color

#e7359b #35e781

#e7359b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7359b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7359b Color CSS Codes

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

#e7359b Text Font Color

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

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


#e7359b Background Color

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

This div background color is #e7359b


#e7359b Border Color

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

This div border color is #e7359b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7359b


Comments

No comments written yet.

Please login to write comment.