Color Hex Logo

#f154ec Color Hex

#F154EC
(241,84,236)
0 Favorites   0 Comments

Color spaces of #f154ec

RGB 24184236
HSL0.840.850.64
HSV302°65°95°
CMYK 0.000.650.02   0.05
XYZ54.586331.097582.4823
Yxy31.09750.32460.1849
Hunter Lab55.765177.1377-48.6603
CIE-Lab62.589976.8598-46.8185

#f154ec color RGB value is (241,84,236).

#f154ec hex color red value is 241, green value is 84 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f154ec hue: 0.84 , saturation: 0.85 and the lightness value of f154ec is 0.64.

The process color (four color CMYK) of #f154ec color hex is 0.00, 0.65, 0.02, 0.05. Web safe color of #f154ec is #ff66ff. Color #f154ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010100 11101100
Octal 361 124 354
Decimal 241 84 236
Hex F1 54 EC

RGB Percentages of Color #f154ec

%42.96
%14.97
%42.07

CMYK Percentages of Color #f154ec

%0
%65
%2
%5

Triadic Colors of #f154ec

#f154ec #ecf154 #54ecf1

Analogous Colors of #f154ec

#f154ec #f1549e #a854f1

Monochromatic Colors of #f154ec

#f154ec

Complementary Color

#f154ec #54f159

#f154ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f154ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f154ec Color CSS Codes

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

#f154ec Text Font Color

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

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


#f154ec Background Color

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

This div background color is #f154ec


#f154ec Border Color

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

This div border color is #f154ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f154ec


Comments

No comments written yet.

Please login to write comment.