Color Hex Logo

#e67caf Color Hex

#E67CAF
(230,124,175)
0 Favorites   0 Comments

Color spaces of #e67caf

RGB 230124175
HSL0.920.680.69
HSV331°46°90°
CMYK 0.000.460.24   0.10
XYZ47.578634.333444.6768
Yxy34.33340.37590.2712
Hunter Lab58.594742.4003-4.1906
CIE-Lab65.226346.8900-8.5723

#e67caf color RGB value is (230,124,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111100 10101111
Octal 346 174 257
Decimal 230 124 175
Hex E6 7C AF

RGB Percentages of Color #e67caf

%43.48
%23.44
%33.08

CMYK Percentages of Color #e67caf

%0
%46
%24
%10

Triadic Colors of #e67caf

#e67caf #afe67c #7cafe6

Analogous Colors of #e67caf

#e67caf #e67e7c #e67ce4

Monochromatic Colors of #e67caf

#e67caf

Complementary Color

#e67caf #7ce6b3

#e67caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67caf Color CSS Codes

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

#e67caf Text Font Color

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

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


#e67caf Background Color

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

This div background color is #e67caf


#e67caf Border Color

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

This div border color is #e67caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67caf


Comments

No comments written yet.

Please login to write comment.