Color Hex Logo

#e69ff4 Color Hex

#E69FF4
(230,159,244)
0 Favorites   0 Comments

Color spaces of #e69ff4

RGB 230159244
HSL0.810.790.79
HSV290°35°96°
CMYK 0.060.350.00   0.04
XYZ61.360448.150991.6480
Yxy48.15090.30500.2394
Hunter Lab69.390836.4086-29.7337
CIE-Lab74.920040.2389-32.0772

#e69ff4 color RGB value is (230,159,244).

#e69ff4 hex color red value is 230, green value is 159 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #e69ff4 hue: 0.81 , saturation: 0.79 and the lightness value of e69ff4 is 0.79.

The process color (four color CMYK) of #e69ff4 color hex is 0.06, 0.35, 0.00, 0.04. Web safe color of #e69ff4 is #ff99ff. Color #e69ff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011111 11110100
Octal 346 237 364
Decimal 230 159 244
Hex E6 9F F4

RGB Percentages of Color #e69ff4

%36.33
%25.12
%38.55

CMYK Percentages of Color #e69ff4

%6
%35
%0
%4

Triadic Colors of #e69ff4

#e69ff4 #f4e69f #9ff4e6

Analogous Colors of #e69ff4

#e69ff4 #f49fd8 #bc9ff4

Monochromatic Colors of #e69ff4

#e69ff4

Complementary Color

#e69ff4 #adf49f

#e69ff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69ff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69ff4 Color CSS Codes

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

#e69ff4 Text Font Color

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

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


#e69ff4 Background Color

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

This div background color is #e69ff4


#e69ff4 Border Color

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

This div border color is #e69ff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69ff4


Comments

No comments written yet.

Please login to write comment.