Color Hex Logo

#e66b7d Color Hex

#E66B7D
(230,107,125)
0 Favorites   0 Comments

Color spaces of #e66b7d

RGB 230107125
HSL0.980.710.66
HSV351°53°90°
CMYK 0.000.530.46   0.10
XYZ41.592528.819122.7725
Yxy28.81910.44630.3093
Hunter Lab53.683444.351112.4276
CIE-Lab60.621649.336613.3891

#e66b7d color RGB value is (230,107,125).

#e66b7d hex color red value is 230, green value is 107 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e66b7d hue: 0.98 , saturation: 0.71 and the lightness value of e66b7d is 0.66.

The process color (four color CMYK) of #e66b7d color hex is 0.00, 0.53, 0.46, 0.10. Web safe color of #e66b7d is #ff6666. Color #e66b7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101011 01111101
Octal 346 153 175
Decimal 230 107 125
Hex E6 6B 7D

RGB Percentages of Color #e66b7d

%49.78
%23.16
%27.06

CMYK Percentages of Color #e66b7d

%0
%53
%46
%10

Triadic Colors of #e66b7d

#e66b7d #7de66b #6b7de6

Analogous Colors of #e66b7d

#e66b7d #e6976b #e66bbb

Monochromatic Colors of #e66b7d

#e66b7d

Complementary Color

#e66b7d #6be6d4

#e66b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66b7d Color CSS Codes

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

#e66b7d Text Font Color

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

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


#e66b7d Background Color

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

This div background color is #e66b7d


#e66b7d Border Color

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

This div border color is #e66b7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66b7d


Comments

No comments written yet.

Please login to write comment.