Color Hex Logo

#e66bff Color Hex

#E66BFF
(230,107,255)
1 Favorites   0 Comments

Color spaces of #e66bff

RGB 230107255
HSL0.811.000.71
HSV290°58°100°
CMYK 0.100.580.00   0.00
XYZ55.940834.558498.3298
Yxy34.55840.29630.1830
Hunter Lab58.786466.9834-58.0217
CIE-Lab65.403468.1420-52.9670

#e66bff color RGB value is (230,107,255).

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

The process color (four color CMYK) of #e66bff color hex is 0.10, 0.58, 0.00, 0.00. Web safe color of #e66bff is #ff66ff. Color #e66bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101011 11111111
Octal 346 153 377
Decimal 230 107 255
Hex E6 6B FF

RGB Percentages of Color #e66bff

%38.85
%18.07
%43.07

CMYK Percentages of Color #e66bff

%10
%58
%0
%0

Triadic Colors of #e66bff

#e66bff #ffe66b #6bffe6

Analogous Colors of #e66bff

#e66bff #ff6bce #9c6bff

Monochromatic Colors of #e66bff

#e66bff

Complementary Color

#e66bff #84ff6b

#e66bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66bff Color CSS Codes

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

#e66bff Text Font Color

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

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


#e66bff Background Color

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

This div background color is #e66bff


#e66bff Border Color

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

This div border color is #e66bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66bff


Comments

No comments written yet.

Please login to write comment.