Color Hex Logo

#e65f89 Color Hex

#E65F89
(230,95,137)
0 Favorites   0 Comments

Color spaces of #e65f89

RGB 23095137
HSL0.950.730.64
HSV341°59°90°
CMYK 0.000.590.40   0.10
XYZ41.240726.813626.6688
Yxy26.81360.43540.2831
Hunter Lab51.781951.54485.7116
CIE-Lab58.801456.10923.8332

#e65f89 color RGB value is (230,95,137).

#e65f89 hex color red value is 230, green value is 95 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e65f89 hue: 0.95 , saturation: 0.73 and the lightness value of e65f89 is 0.64.

The process color (four color CMYK) of #e65f89 color hex is 0.00, 0.59, 0.40, 0.10. Web safe color of #e65f89 is #ff6699. Color #e65f89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011111 10001001
Octal 346 137 211
Decimal 230 95 137
Hex E6 5F 89

RGB Percentages of Color #e65f89

%49.78
%20.56
%29.65

CMYK Percentages of Color #e65f89

%0
%59
%40
%10

Triadic Colors of #e65f89

#e65f89 #89e65f #5f89e6

Analogous Colors of #e65f89

#e65f89 #e6795f #e65fcd

Monochromatic Colors of #e65f89

#e65f89

Complementary Color

#e65f89 #5fe6bc

#e65f89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65f89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65f89 Color CSS Codes

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

#e65f89 Text Font Color

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

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


#e65f89 Background Color

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

This div background color is #e65f89


#e65f89 Border Color

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

This div border color is #e65f89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65f89


Comments

No comments written yet.

Please login to write comment.