Color Hex Logo

#e67ead Color Hex

#E67EAD
(230,126,173)
0 Favorites   0 Comments

Color spaces of #e67ead

RGB 230126173
HSL0.920.680.70
HSV333°45°90°
CMYK 0.000.450.25   0.10
XYZ47.636834.761843.7341
Yxy34.76180.37770.2756
Hunter Lab58.959141.0429-2.7081
CIE-Lab65.562845.6016-6.9395

#e67ead color RGB value is (230,126,173).

#e67ead hex color red value is 230, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e67ead hue: 0.92 , saturation: 0.68 and the lightness value of e67ead is 0.70.

The process color (four color CMYK) of #e67ead color hex is 0.00, 0.45, 0.25, 0.10. Web safe color of #e67ead is #ff6699. Color #e67ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 10101101
Octal 346 176 255
Decimal 230 126 173
Hex E6 7E AD

RGB Percentages of Color #e67ead

%43.48
%23.82
%32.70

CMYK Percentages of Color #e67ead

%0
%45
%25
%10

Triadic Colors of #e67ead

#e67ead #ade67e #7eade6

Analogous Colors of #e67ead

#e67ead #e6837e #e67ee1

Monochromatic Colors of #e67ead

#e67ead

Complementary Color

#e67ead #7ee6b7

#e67ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67ead Color CSS Codes

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

#e67ead Text Font Color

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

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


#e67ead Background Color

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

This div background color is #e67ead


#e67ead Border Color

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

This div border color is #e67ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,126,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e67ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e67ead;
  -webkit-box-shadow: 1px 1px 3px 2px #e67ead;
  box-shadow:         1px 1px 3px 2px #e67ead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,126,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67ead


Comments

No comments written yet.

Please login to write comment.