Color Hex Logo

#e7628d Color Hex

#E7628D
(231,98,141)
0 Favorites   0 Comments

Color spaces of #e7628d

RGB 23198141
HSL0.950.730.65
HSV341°58°91°
CMYK 0.000.580.39   0.09
XYZ42.130427.647428.3153
Yxy27.64740.42950.2818
Hunter Lab52.580851.00694.8783
CIE-Lab59.568855.50402.6324

#e7628d color RGB value is (231,98,141).

#e7628d hex color red value is 231, green value is 98 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e7628d hue: 0.95 , saturation: 0.73 and the lightness value of e7628d is 0.65.

The process color (four color CMYK) of #e7628d color hex is 0.00, 0.58, 0.39, 0.09. Web safe color of #e7628d is #ff6699. Color #e7628d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 10001101
Octal 347 142 215
Decimal 231 98 141
Hex E7 62 8D

RGB Percentages of Color #e7628d

%49.15
%20.85
%30.00

CMYK Percentages of Color #e7628d

%0
%58
%39
%9

Triadic Colors of #e7628d

#e7628d #8de762 #628de7

Analogous Colors of #e7628d

#e7628d #e77a62 #e762d0

Monochromatic Colors of #e7628d

#e7628d

Complementary Color

#e7628d #62e7bc

#e7628d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7628d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7628d Color CSS Codes

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

#e7628d Text Font Color

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

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


#e7628d Background Color

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

This div background color is #e7628d


#e7628d Border Color

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

This div border color is #e7628d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7628d


Comments

No comments written yet.

Please login to write comment.