Color Hex Logo

#e694fb Color Hex

#E694FB
(230,148,251)
0 Favorites   0 Comments

Color spaces of #e694fb

RGB 230148251
HSL0.800.930.78
HSV288°41°98°
CMYK 0.080.410.00   0.02
XYZ60.635644.967896.7506
Yxy44.96780.29970.2222
Hunter Lab67.058044.0527-38.6023
CIE-Lab72.870747.3639-39.0519

#e694fb color RGB value is (230,148,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010100 11111011
Octal 346 224 373
Decimal 230 148 251
Hex E6 94 FB

RGB Percentages of Color #e694fb

%36.57
%23.53
%39.90

CMYK Percentages of Color #e694fb

%8
%41
%0
%2

Triadic Colors of #e694fb

#e694fb #fbe694 #94fbe6

Analogous Colors of #e694fb

#e694fb #fb94dd #b394fb

Monochromatic Colors of #e694fb

#e694fb

Complementary Color

#e694fb #a9fb94

#e694fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e694fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e694fb Color CSS Codes

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

#e694fb Text Font Color

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

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


#e694fb Background Color

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

This div background color is #e694fb


#e694fb Border Color

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

This div border color is #e694fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e694fb


Comments

No comments written yet.

Please login to write comment.