Color Hex Logo

#e668fe Color Hex

#E668FE
(230,104,254)
0 Favorites   0 Comments

Color spaces of #e668fe

RGB 230104254
HSL0.810.990.70
HSV290°59°100°
CMYK 0.090.590.00   0.00
XYZ55.472833.879497.3816
Yxy33.87940.29710.1814
Hunter Lab58.206068.2575-58.4510
CIE-Lab64.866769.2834-53.2689

#e668fe color RGB value is (230,104,254).

#e668fe hex color red value is 230, green value is 104 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e668fe hue: 0.81 , saturation: 0.99 and the lightness value of e668fe is 0.70.

The process color (four color CMYK) of #e668fe color hex is 0.09, 0.59, 0.00, 0.00. Web safe color of #e668fe is #ff66ff. Color #e668fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101000 11111110
Octal 346 150 376
Decimal 230 104 254
Hex E6 68 FE

RGB Percentages of Color #e668fe

%39.12
%17.69
%43.20

CMYK Percentages of Color #e668fe

%9
%59
%0
%0

Triadic Colors of #e668fe

#e668fe #fee668 #68fee6

Analogous Colors of #e668fe

#e668fe #fe68cb #9b68fe

Monochromatic Colors of #e668fe

#e668fe

Complementary Color

#e668fe #80fe68

#e668fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e668fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e668fe Color CSS Codes

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

#e668fe Text Font Color

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

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


#e668fe Background Color

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

This div background color is #e668fe


#e668fe Border Color

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

This div border color is #e668fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e668fe

Related Colors


Comments

No comments written yet.

Please login to write comment.