Color Hex Logo

#e67aab Color Hex

#E67AAB
(230,122,171)
0 Favorites   0 Comments

Color spaces of #e67aab

RGB 230122171
HSL0.920.680.69
HSV333°47°90°
CMYK 0.000.470.26   0.10
XYZ46.943333.682342.5552
Yxy33.68230.38110.2734
Hunter Lab58.036542.8175-2.8488
CIE-Lab64.709647.3424-7.0725

#e67aab color RGB value is (230,122,171).

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

The process color (four color CMYK) of #e67aab color hex is 0.00, 0.47, 0.26, 0.10. Web safe color of #e67aab is #ff6699. Color #e67aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111010 10101011
Octal 346 172 253
Decimal 230 122 171
Hex E6 7A AB

RGB Percentages of Color #e67aab

%43.98
%23.33
%32.70

CMYK Percentages of Color #e67aab

%0
%47
%26
%10

Triadic Colors of #e67aab

#e67aab #abe67a #7aabe6

Analogous Colors of #e67aab

#e67aab #e67f7a #e67ae1

Monochromatic Colors of #e67aab

#e67aab

Complementary Color

#e67aab #7ae6b5

#e67aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67aab Color CSS Codes

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

#e67aab Text Font Color

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

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


#e67aab Background Color

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

This div background color is #e67aab


#e67aab Border Color

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

This div border color is #e67aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67aab


Comments

No comments written yet.

Please login to write comment.