Color Hex Logo

#e65eed Color Hex

#E65EED
(230,94,237)
0 Favorites   0 Comments

Color spaces of #e65eed

RGB 23094237
HSL0.830.800.65
HSV297°60°93°
CMYK 0.030.600.00   0.07
XYZ51.921930.942883.3567
Yxy30.94280.31240.1862
Hunter Lab55.626369.2671-49.9085
CIE-Lab62.459370.5472-47.6856

#e65eed color RGB value is (230,94,237).

#e65eed hex color red value is 230, green value is 94 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e65eed hue: 0.83 , saturation: 0.80 and the lightness value of e65eed is 0.65.

The process color (four color CMYK) of #e65eed color hex is 0.03, 0.60, 0.00, 0.07. Web safe color of #e65eed is #ff66ff. Color #e65eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011110 11101101
Octal 346 136 355
Decimal 230 94 237
Hex E6 5E ED

RGB Percentages of Color #e65eed

%41.00
%16.76
%42.25

CMYK Percentages of Color #e65eed

%3
%60
%0
%7

Triadic Colors of #e65eed

#e65eed #ede65e #5eede6

Analogous Colors of #e65eed

#e65eed #ed5ead #9f5eed

Monochromatic Colors of #e65eed

#e65eed

Complementary Color

#e65eed #65ed5e

#e65eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65eed Color CSS Codes

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

#e65eed Text Font Color

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

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


#e65eed Background Color

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

This div background color is #e65eed


#e65eed Border Color

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

This div border color is #e65eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65eed


Comments

No comments written yet.

Please login to write comment.