Color Hex Logo

#fe68ec Color Hex

#FE68EC
(254,104,236)
0 Favorites   0 Comments

Color spaces of #fe68ec

RGB 254104236
HSL0.850.990.70
HSV307°59°100°
CMYK 0.000.590.07   0.00
XYZ60.963737.027683.2908
Yxy37.02760.33630.2043
Hunter Lab60.850372.3446-38.5599
CIE-Lab67.297772.1603-39.2953

#fe68ec color RGB value is (254,104,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101000 11101100
Octal 376 150 354
Decimal 254 104 236
Hex FE 68 EC

RGB Percentages of Color #fe68ec

%42.76
%17.51
%39.73

CMYK Percentages of Color #fe68ec

%0
%59
%7
%0

Triadic Colors of #fe68ec

#fe68ec #ecfe68 #68ecfe

Analogous Colors of #fe68ec

#fe68ec #fe68a1 #c568fe

Monochromatic Colors of #fe68ec

#fe68ec

Complementary Color

#fe68ec #68fe7a

#fe68ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe68ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe68ec Color CSS Codes

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

#fe68ec Text Font Color

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

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


#fe68ec Background Color

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

This div background color is #fe68ec


#fe68ec Border Color

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

This div border color is #fe68ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe68ec


Comments

No comments written yet.

Please login to write comment.