Color Hex Logo

#e67daf Color Hex

#E67DAF
(230,125,175)
0 Favorites   0 Comments

Color spaces of #e67daf

RGB 230125175
HSL0.920.680.70
HSV331°46°90°
CMYK 0.000.460.24   0.10
XYZ47.704634.585444.7188
Yxy34.58540.37560.2723
Hunter Lab58.809441.8781-3.9177
CIE-Lab65.424646.3857-8.2771

#e67daf color RGB value is (230,125,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111101 10101111
Octal 346 175 257
Decimal 230 125 175
Hex E6 7D AF

RGB Percentages of Color #e67daf

%43.40
%23.58
%33.02

CMYK Percentages of Color #e67daf

%0
%46
%24
%10

Triadic Colors of #e67daf

#e67daf #afe67d #7dafe6

Analogous Colors of #e67daf

#e67daf #e6807d #e67de4

Monochromatic Colors of #e67daf

#e67daf

Complementary Color

#e67daf #7de6b4

#e67daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67daf Color CSS Codes

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

#e67daf Text Font Color

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

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


#e67daf Background Color

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

This div background color is #e67daf


#e67daf Border Color

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

This div border color is #e67daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67daf


Comments

No comments written yet.

Please login to write comment.