Color Hex Logo

#e66cfb Color Hex

#E66CFB
(230,108,251)
0 Favorites   0 Comments

Color spaces of #e66cfb

RGB 230108251
HSL0.810.950.70
HSV291°57°98°
CMYK 0.080.570.00   0.02
XYZ55.408334.513295.0082
Yxy34.51320.29960.1866
Hunter Lab58.747965.5439-54.7613
CIE-Lab65.367966.9613-50.8265

#e66cfb color RGB value is (230,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101100 11111011
Octal 346 154 373
Decimal 230 108 251
Hex E6 6C FB

RGB Percentages of Color #e66cfb

%39.05
%18.34
%42.61

CMYK Percentages of Color #e66cfb

%8
%57
%0
%2

Triadic Colors of #e66cfb

#e66cfb #fbe66c #6cfbe6

Analogous Colors of #e66cfb

#e66cfb #fb6cc9 #9f6cfb

Monochromatic Colors of #e66cfb

#e66cfb

Complementary Color

#e66cfb #81fb6c

#e66cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66cfb Color CSS Codes

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

#e66cfb Text Font Color

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

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


#e66cfb Background Color

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

This div background color is #e66cfb


#e66cfb Border Color

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

This div border color is #e66cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.