Color Hex Logo

#ff6efe Color Hex

#FF6EFE
(255,110,254)
0 Favorites   0 Comments

Color spaces of #ff6efe

RGB 255110254
HSL0.831.000.72
HSV300°57°100°
CMYK 0.000.570.00   0.00
XYZ64.705339.567697.9929
Yxy39.56760.31990.1956
Hunter Lab62.902873.5352-48.3328
CIE-Lab69.160472.7784-46.2684

#ff6efe color RGB value is (255,110,254).

#ff6efe hex color red value is 255, green value is 110 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ff6efe hue: 0.83 , saturation: 1.00 and the lightness value of ff6efe is 0.72.

The process color (four color CMYK) of #ff6efe color hex is 0.00, 0.57, 0.00, 0.00. Web safe color of #ff6efe is #ff66ff. Color #ff6efe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101110 11111110
Octal 377 156 376
Decimal 255 110 254
Hex FF 6E FE

RGB Percentages of Color #ff6efe

%41.20
%17.77
%41.03

CMYK Percentages of Color #ff6efe

%0
%57
%0
%0

Triadic Colors of #ff6efe

#ff6efe #feff6e #6efeff

Analogous Colors of #ff6efe

#ff6efe #ff6eb6 #b86eff

Monochromatic Colors of #ff6efe

#ff6efe

Complementary Color

#ff6efe #6eff6f

#ff6efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6efe Color CSS Codes

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

#ff6efe Text Font Color

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

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


#ff6efe Background Color

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

This div background color is #ff6efe


#ff6efe Border Color

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

This div border color is #ff6efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6efe

Related Colors


Comments

No comments written yet.

Please login to write comment.