Color Hex Logo

#e67baf Color Hex

#E67BAF
(230,123,175)
0 Favorites   0 Comments

Color spaces of #e67baf

RGB 230123175
HSL0.920.680.69
HSV331°47°90°
CMYK 0.000.470.24   0.10
XYZ47.453934.084144.6352
Yxy34.08410.37610.2701
Hunter Lab58.381642.9211-4.4626
CIE-Lab65.029347.3923-8.8660

#e67baf color RGB value is (230,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111011 10101111
Octal 346 173 257
Decimal 230 123 175
Hex E6 7B AF

RGB Percentages of Color #e67baf

%43.56
%23.30
%33.14

CMYK Percentages of Color #e67baf

%0
%47
%24
%10

Triadic Colors of #e67baf

#e67baf #afe67b #7bafe6

Analogous Colors of #e67baf

#e67baf #e67d7b #e67be5

Monochromatic Colors of #e67baf

#e67baf

Complementary Color

#e67baf #7be6b2

#e67baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67baf Color CSS Codes

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

#e67baf Text Font Color

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

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


#e67baf Background Color

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

This div background color is #e67baf


#e67baf Border Color

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

This div border color is #e67baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67baf


Comments

No comments written yet.

Please login to write comment.