Color Hex Logo

#e67bae Color Hex

#E67BAE
(230,123,174)
0 Favorites   0 Comments

Color spaces of #e67bae

RGB 230123174
HSL0.920.680.69
HSV331°47°90°
CMYK 0.000.470.24   0.10
XYZ47.356134.044944.1198
Yxy34.04490.37730.2712
Hunter Lab58.348042.7642-3.9885
CIE-Lab64.998247.2536-8.3455

#e67bae color RGB value is (230,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111011 10101110
Octal 346 173 256
Decimal 230 123 174
Hex E6 7B AE

RGB Percentages of Color #e67bae

%43.64
%23.34
%33.02

CMYK Percentages of Color #e67bae

%0
%47
%24
%10

Triadic Colors of #e67bae

#e67bae #aee67b #7baee6

Analogous Colors of #e67bae

#e67bae #e67e7b #e67be4

Monochromatic Colors of #e67bae

#e67bae

Complementary Color

#e67bae #7be6b3

#e67bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67bae Color CSS Codes

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

#e67bae Text Font Color

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

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


#e67bae Background Color

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

This div background color is #e67bae


#e67bae Border Color

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

This div border color is #e67bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,123,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 #e67bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67bae


Comments

No comments written yet.

Please login to write comment.