Color Hex Logo

#e67ebd Color Hex

#E67EBD
(230,126,189)
0 Favorites   0 Comments

Color spaces of #e67ebd

RGB 230126189
HSL0.900.680.70
HSV324°45°90°
CMYK 0.000.450.18   0.10
XYZ49.279335.418852.3833
Yxy35.41880.35950.2584
Hunter Lab59.513743.6549-10.5268
CIE-Lab66.073447.9138-15.2080

#e67ebd color RGB value is (230,126,189).

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

The process color (four color CMYK) of #e67ebd color hex is 0.00, 0.45, 0.18, 0.10. Web safe color of #e67ebd is #ff66cc. Color #e67ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 10111101
Octal 346 176 275
Decimal 230 126 189
Hex E6 7E BD

RGB Percentages of Color #e67ebd

%42.20
%23.12
%34.68

CMYK Percentages of Color #e67ebd

%0
%45
%18
%10

Triadic Colors of #e67ebd

#e67ebd #bde67e #7ebde6

Analogous Colors of #e67ebd

#e67ebd #e67e89 #db7ee6

Monochromatic Colors of #e67ebd

#e67ebd

Complementary Color

#e67ebd #7ee6a7

#e67ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67ebd Color CSS Codes

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

#e67ebd Text Font Color

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

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


#e67ebd Background Color

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

This div background color is #e67ebd


#e67ebd Border Color

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

This div border color is #e67ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67ebd


Comments

No comments written yet.

Please login to write comment.