Color Hex Logo

#f154cf Color Hex

#F154CF
(241,84,207)
0 Favorites   0 Comments

Color spaces of #f154cf

RGB 24184207
HSL0.870.850.64
HSV313°65°95°
CMYK 0.000.650.14   0.05
XYZ50.708429.546462.0619
Yxy29.54640.35630.2076
Hunter Lab54.356671.3957-29.6450
CIE-Lab61.260972.5036-32.6173

#f154cf color RGB value is (241,84,207).

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

The process color (four color CMYK) of #f154cf color hex is 0.00, 0.65, 0.14, 0.05. Web safe color of #f154cf is #ff66cc. Color #f154cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010100 11001111
Octal 361 124 317
Decimal 241 84 207
Hex F1 54 CF

RGB Percentages of Color #f154cf

%45.30
%15.79
%38.91

CMYK Percentages of Color #f154cf

%0
%65
%14
%5

Triadic Colors of #f154cf

#f154cf #cff154 #54cff1

Analogous Colors of #f154cf

#f154cf #f15481 #c554f1

Monochromatic Colors of #f154cf

#f154cf

Complementary Color

#f154cf #54f176

#f154cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f154cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f154cf Color CSS Codes

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

#f154cf Text Font Color

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

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


#f154cf Background Color

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

This div background color is #f154cf


#f154cf Border Color

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

This div border color is #f154cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,84,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f154cf


Comments

No comments written yet.

Please login to write comment.