Color Hex Logo

#e969ff Color Hex

#E969FF
(233,105,255)
0 Favorites   0 Comments

Color spaces of #e969ff

RGB 233105255
HSL0.811.000.71
HSV291°59°100°
CMYK 0.090.590.00   0.00
XYZ56.705834.646898.3065
Yxy34.64680.29900.1827
Hunter Lab58.861568.9550-57.8190
CIE-Lab65.472769.7445-52.8322

#e969ff color RGB value is (233,105,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101001 11111111
Octal 351 151 377
Decimal 233 105 255
Hex E9 69 FF

RGB Percentages of Color #e969ff

%39.29
%17.71
%43.00

CMYK Percentages of Color #e969ff

%9
%59
%0
%0

Triadic Colors of #e969ff

#e969ff #ffe969 #69ffe9

Analogous Colors of #e969ff

#e969ff #ff69ca #9e69ff

Monochromatic Colors of #e969ff

#e969ff

Complementary Color

#e969ff #7fff69

#e969ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e969ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e969ff Color CSS Codes

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

#e969ff Text Font Color

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

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


#e969ff Background Color

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

This div background color is #e969ff


#e969ff Border Color

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

This div border color is #e969ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e969ff


Comments

No comments written yet.

Please login to write comment.