Color Hex Logo

#e669ff Color Hex

#E669FF
(230,105,255)
0 Favorites   0 Comments

Color spaces of #e669ff

RGB 230105255
HSL0.811.000.71
HSV290°59°100°
CMYK 0.100.590.00   0.00
XYZ55.734734.146198.2611
Yxy34.14610.29620.1815
Hunter Lab58.434767.9918-58.7951
CIE-Lab65.078469.0277-53.4824

#e669ff color RGB value is (230,105,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101001 11111111
Octal 346 151 377
Decimal 230 105 255
Hex E6 69 FF

RGB Percentages of Color #e669ff

%38.98
%17.80
%43.22

CMYK Percentages of Color #e669ff

%10
%59
%0
%0

Triadic Colors of #e669ff

#e669ff #ffe669 #69ffe6

Analogous Colors of #e669ff

#e669ff #ff69cd #9b69ff

Monochromatic Colors of #e669ff

#e669ff

Complementary Color

#e669ff #82ff69

#e669ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e669ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e669ff Color CSS Codes

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

#e669ff Text Font Color

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

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


#e669ff Background Color

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

This div background color is #e669ff


#e669ff Border Color

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

This div border color is #e669ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e669ff

Related Colors


Comments

No comments written yet.

Please login to write comment.