Color Hex Logo

#e684fd Color Hex

#E684FD
(230,132,253)
0 Favorites   0 Comments

Color spaces of #e684fd

RGB 230132253
HSL0.800.970.75
HSV289°48°99°
CMYK 0.090.480.00   0.01
XYZ58.614040.417497.6405
Yxy40.41740.29800.2055
Hunter Lab63.574753.3161-46.5576
CIE-Lab69.765855.9094-44.9929

#e684fd color RGB value is (230,132,253).

#e684fd hex color red value is 230, green value is 132 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e684fd hue: 0.80 , saturation: 0.97 and the lightness value of e684fd is 0.75.

The process color (four color CMYK) of #e684fd color hex is 0.09, 0.48, 0.00, 0.01. Web safe color of #e684fd is #ff99ff. Color #e684fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 11111101
Octal 346 204 375
Decimal 230 132 253
Hex E6 84 FD

RGB Percentages of Color #e684fd

%37.40
%21.46
%41.14

CMYK Percentages of Color #e684fd

%9
%48
%0
%1

Triadic Colors of #e684fd

#e684fd #fde684 #84fde6

Analogous Colors of #e684fd

#e684fd #fd84d8 #aa84fd

Monochromatic Colors of #e684fd

#e684fd

Complementary Color

#e684fd #9bfd84

#e684fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e684fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e684fd Color CSS Codes

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

#e684fd Text Font Color

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

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


#e684fd Background Color

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

This div background color is #e684fd


#e684fd Border Color

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

This div border color is #e684fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e684fd


Comments

No comments written yet.

Please login to write comment.