Color Hex Logo

#e66bfb Color Hex

#E66BFB
(230,107,251)
0 Favorites   0 Comments

Color spaces of #e66bfb

RGB 230107251
HSL0.810.950.70
HSV291°57°98°
CMYK 0.080.570.00   0.02
XYZ55.303434.303494.9732
Yxy34.30340.29960.1858
Hunter Lab58.569166.0512-55.1438
CIE-Lab65.202767.4096-51.0879

#e66bfb color RGB value is (230,107,251).

#e66bfb hex color red value is 230, green value is 107 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e66bfb hue: 0.81 , saturation: 0.95 and the lightness value of e66bfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101011 11111011
Octal 346 153 373
Decimal 230 107 251
Hex E6 6B FB

RGB Percentages of Color #e66bfb

%39.12
%18.20
%42.69

CMYK Percentages of Color #e66bfb

%8
%57
%0
%2

Triadic Colors of #e66bfb

#e66bfb #fbe66b #6bfbe6

Analogous Colors of #e66bfb

#e66bfb #fb6bc8 #9e6bfb

Monochromatic Colors of #e66bfb

#e66bfb

Complementary Color

#e66bfb #80fb6b

#e66bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66bfb Color CSS Codes

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

#e66bfb Text Font Color

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

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


#e66bfb Background Color

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

This div background color is #e66bfb


#e66bfb Border Color

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

This div border color is #e66bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66bfb


Comments

No comments written yet.

Please login to write comment.