Color Hex Logo

#f154cd Color Hex

#F154CD
(241,84,205)
0 Favorites   0 Comments

Color spaces of #f154cd

RGB 24184205
HSL0.870.850.64
HSV314°65°95°
CMYK 0.000.650.15   0.05
XYZ50.465429.449260.7820
Yxy29.44920.35870.2093
Hunter Lab54.267171.0276-28.4209
CIE-Lab61.176072.2204-31.6156

#f154cd color RGB value is (241,84,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010100 11001101
Octal 361 124 315
Decimal 241 84 205
Hex F1 54 CD

RGB Percentages of Color #f154cd

%45.47
%15.85
%38.68

CMYK Percentages of Color #f154cd

%0
%65
%15
%5

Triadic Colors of #f154cd

#f154cd #cdf154 #54cdf1

Analogous Colors of #f154cd

#f154cd #f1547f #c754f1

Monochromatic Colors of #f154cd

#f154cd

Complementary Color

#f154cd #54f178

#f154cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f154cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f154cd Color CSS Codes

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

#f154cd Text Font Color

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

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


#f154cd Background Color

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

This div background color is #f154cd


#f154cd Border Color

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

This div border color is #f154cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f154cd


Comments

No comments written yet.

Please login to write comment.