Color Hex Logo

#e65eaf Color Hex

#E65EAF
(230,94,175)
0 Favorites   0 Comments

Color spaces of #e65eaf

RGB 23094175
HSL0.900.730.64
HSV324°59°90°
CMYK 0.000.590.24   0.10
XYZ44.373727.923543.6085
Yxy27.92350.38280.2409
Hunter Lab52.842757.4175-11.9393
CIE-Lab59.819661.0731-16.7002

#e65eaf color RGB value is (230,94,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011110 10101111
Octal 346 136 257
Decimal 230 94 175
Hex E6 5E AF

RGB Percentages of Color #e65eaf

%46.09
%18.84
%35.07

CMYK Percentages of Color #e65eaf

%0
%59
%24
%10

Triadic Colors of #e65eaf

#e65eaf #afe65e #5eafe6

Analogous Colors of #e65eaf

#e65eaf #e65e6b #d95ee6

Monochromatic Colors of #e65eaf

#e65eaf

Complementary Color

#e65eaf #5ee695

#e65eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65eaf Color CSS Codes

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

#e65eaf Text Font Color

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

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


#e65eaf Background Color

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

This div background color is #e65eaf


#e65eaf Border Color

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

This div border color is #e65eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65eaf


Comments

No comments written yet.

Please login to write comment.