Color Hex Logo

#e65edf Color Hex

#E65EDF
(230,94,223)
0 Favorites   0 Comments

Color spaces of #e65edf

RGB 23094223
HSL0.840.730.64
HSV303°59°90°
CMYK 0.000.590.03   0.10
XYZ49.955130.156172.9998
Yxy30.15610.32630.1970
Hunter Lab54.914666.2787-40.3760
CIE-Lab61.788768.2104-40.9269

#e65edf color RGB value is (230,94,223).

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

The process color (four color CMYK) of #e65edf color hex is 0.00, 0.59, 0.03, 0.10. Web safe color of #e65edf is #ff66cc. Color #e65edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011110 11011111
Octal 346 136 337
Decimal 230 94 223
Hex E6 5E DF

RGB Percentages of Color #e65edf

%42.05
%17.18
%40.77

CMYK Percentages of Color #e65edf

%0
%59
%3
%10

Triadic Colors of #e65edf

#e65edf #dfe65e #5edfe6

Analogous Colors of #e65edf

#e65edf #e65e9b #a95ee6

Monochromatic Colors of #e65edf

#e65edf

Complementary Color

#e65edf #5ee665

#e65edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65edf Color CSS Codes

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

#e65edf Text Font Color

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

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


#e65edf Background Color

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

This div background color is #e65edf


#e65edf Border Color

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

This div border color is #e65edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65edf


Comments

No comments written yet.

Please login to write comment.