Color Hex Logo

#e68ffb Color Hex

#E68FFB
(230,143,251)
0 Favorites   0 Comments

Color spaces of #e68ffb

RGB 230143251
HSL0.800.930.77
HSV288°43°98°
CMYK 0.080.430.00   0.02
XYZ59.868243.433096.4948
Yxy43.43300.29960.2174
Hunter Lab65.903746.8213-40.6785
CIE-Lab71.847949.9491-40.6458

#e68ffb color RGB value is (230,143,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001111 11111011
Octal 346 217 373
Decimal 230 143 251
Hex E6 8F FB

RGB Percentages of Color #e68ffb

%36.86
%22.92
%40.22

CMYK Percentages of Color #e68ffb

%8
%43
%0
%2

Triadic Colors of #e68ffb

#e68ffb #fbe68f #8ffbe6

Analogous Colors of #e68ffb

#e68ffb #fb8fda #b08ffb

Monochromatic Colors of #e68ffb

#e68ffb

Complementary Color

#e68ffb #a4fb8f

#e68ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68ffb Color CSS Codes

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

#e68ffb Text Font Color

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

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


#e68ffb Background Color

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

This div background color is #e68ffb


#e68ffb Border Color

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

This div border color is #e68ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68ffb


Comments

No comments written yet.

Please login to write comment.