Color Hex Logo

#e66feb Color Hex

#E66FEB
(230,111,235)
0 Favorites   0 Comments

Color spaces of #e66feb

RGB 230111235
HSL0.830.760.68
HSV298°53°92°
CMYK 0.020.530.00   0.08
XYZ53.313034.190082.3867
Yxy34.19000.31380.2012
Hunter Lab58.472260.4239-42.6084
CIE-Lab65.113162.7267-42.3976

#e66feb color RGB value is (230,111,235).

#e66feb hex color red value is 230, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e66feb hue: 0.83 , saturation: 0.76 and the lightness value of e66feb is 0.68.

The process color (four color CMYK) of #e66feb color hex is 0.02, 0.53, 0.00, 0.08. Web safe color of #e66feb is #ff66ff. Color #e66feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 11101011
Octal 346 157 353
Decimal 230 111 235
Hex E6 6F EB

RGB Percentages of Color #e66feb

%39.93
%19.27
%40.80

CMYK Percentages of Color #e66feb

%2
%53
%0
%8

Triadic Colors of #e66feb

#e66feb #ebe66f #6febe6

Analogous Colors of #e66feb

#e66feb #eb6fb2 #a86feb

Monochromatic Colors of #e66feb

#e66feb

Complementary Color

#e66feb #74eb6f

#e66feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66feb Color CSS Codes

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

#e66feb Text Font Color

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

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


#e66feb Background Color

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

This div background color is #e66feb


#e66feb Border Color

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

This div border color is #e66feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66feb


Comments

No comments written yet.

Please login to write comment.