Color Hex Logo

#e694fa Color Hex

#E694FA
(230,148,250)
0 Favorites   0 Comments

Color spaces of #e694fa

RGB 230148250
HSL0.800.910.78
HSV288°41°98°
CMYK 0.080.410.00   0.02
XYZ60.478444.904995.9224
Yxy44.90490.30040.2231
Hunter Lab67.011143.8291-37.9623
CIE-Lab72.829247.1703-38.5732

#e694fa color RGB value is (230,148,250).

#e694fa hex color red value is 230, green value is 148 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e694fa hue: 0.80 , saturation: 0.91 and the lightness value of e694fa is 0.78.

The process color (four color CMYK) of #e694fa color hex is 0.08, 0.41, 0.00, 0.02. Web safe color of #e694fa is #ff99ff. Color #e694fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010100 11111010
Octal 346 224 372
Decimal 230 148 250
Hex E6 94 FA

RGB Percentages of Color #e694fa

%36.62
%23.57
%39.81

CMYK Percentages of Color #e694fa

%8
%41
%0
%2

Triadic Colors of #e694fa

#e694fa #fae694 #94fae6

Analogous Colors of #e694fa

#e694fa #fa94db #b394fa

Monochromatic Colors of #e694fa

#e694fa

Complementary Color

#e694fa #a8fa94

#e694fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e694fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e694fa Color CSS Codes

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

#e694fa Text Font Color

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

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


#e694fa Background Color

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

This div background color is #e694fa


#e694fa Border Color

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

This div border color is #e694fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e694fa


Comments

No comments written yet.

Please login to write comment.