Color Hex Logo

#e67da6 Color Hex

#E67DA6
(230,125,166)
0 Favorites   0 Comments

Color spaces of #e67da6

RGB 230125166
HSL0.930.680.70
HSV337°46°90°
CMYK 0.000.460.28   0.10
XYZ46.849734.243440.2168
Yxy34.24340.38620.2823
Hunter Lab58.517940.50180.2150
CIE-Lab65.155345.1584-3.5750

#e67da6 color RGB value is (230,125,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111101 10100110
Octal 346 175 246
Decimal 230 125 166
Hex E6 7D A6

RGB Percentages of Color #e67da6

%44.15
%23.99
%31.86

CMYK Percentages of Color #e67da6

%0
%46
%28
%10

Triadic Colors of #e67da6

#e67da6 #a6e67d #7da6e6

Analogous Colors of #e67da6

#e67da6 #e6897d #e67ddb

Monochromatic Colors of #e67da6

#e67da6

Complementary Color

#e67da6 #7de6bd

#e67da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67da6 Color CSS Codes

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

#e67da6 Text Font Color

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

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


#e67da6 Background Color

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

This div background color is #e67da6


#e67da6 Border Color

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

This div border color is #e67da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67da6


Comments

No comments written yet.

Please login to write comment.