Color Hex Logo

#e680fb Color Hex

#E680FB
(230,128,251)
0 Favorites   0 Comments

Color spaces of #e680fb

RGB 230128251
HSL0.800.940.74
HSV290°49°98°
CMYK 0.080.490.00   0.02
XYZ57.764939.226495.7937
Yxy39.22640.29960.2035
Hunter Lab62.631055.0273-46.8420
CIE-Lab68.914957.5118-45.2362

#e680fb color RGB value is (230,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 11111011
Octal 346 200 373
Decimal 230 128 251
Hex E6 80 FB

RGB Percentages of Color #e680fb

%37.77
%21.02
%41.22

CMYK Percentages of Color #e680fb

%8
%49
%0
%2

Triadic Colors of #e680fb

#e680fb #fbe680 #80fbe6

Analogous Colors of #e680fb

#e680fb #fb80d3 #a980fb

Monochromatic Colors of #e680fb

#e680fb

Complementary Color

#e680fb #95fb80

#e680fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e680fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e680fb Color CSS Codes

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

#e680fb Text Font Color

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

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


#e680fb Background Color

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

This div background color is #e680fb


#e680fb Border Color

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

This div border color is #e680fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e680fb


Comments

No comments written yet.

Please login to write comment.