Color Hex Logo

#e680fd Color Hex

#E680FD
(230,128,253)
0 Favorites   0 Comments

Color spaces of #e680fd

RGB 230128253
HSL0.800.970.75
HSV289°49°99°
CMYK 0.090.490.00   0.01
XYZ58.081939.353297.4632
Yxy39.35320.29800.2019
Hunter Lab62.732155.4869-48.2029
CIE-Lab69.006357.8912-46.1855

#e680fd color RGB value is (230,128,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 11111101
Octal 346 200 375
Decimal 230 128 253
Hex E6 80 FD

RGB Percentages of Color #e680fd

%37.64
%20.95
%41.41

CMYK Percentages of Color #e680fd

%9
%49
%0
%1

Triadic Colors of #e680fd

#e680fd #fde680 #80fde6

Analogous Colors of #e680fd

#e680fd #fd80d6 #a880fd

Monochromatic Colors of #e680fd

#e680fd

Complementary Color

#e680fd #97fd80

#e680fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e680fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e680fd Color CSS Codes

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

#e680fd Text Font Color

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

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


#e680fd Background Color

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

This div background color is #e680fd


#e680fd Border Color

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

This div border color is #e680fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e680fd

Related Colors


Comments

No comments written yet.

Please login to write comment.