Color Hex Logo

#e68cfb Color Hex

#E68CFB
(230,140,251)
0 Favorites   0 Comments

Color spaces of #e68cfb

RGB 230140251
HSL0.800.930.77
HSV289°44°98°
CMYK 0.080.440.00   0.02
XYZ59.423842.544296.3467
Yxy42.54420.29960.2145
Hunter Lab65.225948.4763-41.9205
CIE-Lab71.244551.4867-41.5877

#e68cfb color RGB value is (230,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001100 11111011
Octal 346 214 373
Decimal 230 140 251
Hex E6 8C FB

RGB Percentages of Color #e68cfb

%37.04
%22.54
%40.42

CMYK Percentages of Color #e68cfb

%8
%44
%0
%2

Triadic Colors of #e68cfb

#e68cfb #fbe68c #8cfbe6

Analogous Colors of #e68cfb

#e68cfb #fb8cd9 #af8cfb

Monochromatic Colors of #e68cfb

#e68cfb

Complementary Color

#e68cfb #a1fb8c

#e68cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68cfb Color CSS Codes

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

#e68cfb Text Font Color

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

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


#e68cfb Background Color

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

This div background color is #e68cfb


#e68cfb Border Color

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

This div border color is #e68cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.