Color Hex Logo

#f954cd Color Hex

#F954CD
(249,84,205)
0 Favorites   0 Comments

Color spaces of #f954cd

RGB 24984205
HSL0.880.930.65
HSV316°66°98°
CMYK 0.000.660.18   0.02
XYZ53.256730.888260.9127
Yxy30.88820.36710.2129
Hunter Lab55.577273.7873-26.0780
CIE-Lab62.413174.2192-29.6006

#f954cd color RGB value is (249,84,205).

#f954cd hex color red value is 249, green value is 84 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f954cd hue: 0.88 , saturation: 0.93 and the lightness value of f954cd is 0.65.

The process color (four color CMYK) of #f954cd color hex is 0.00, 0.66, 0.18, 0.02. Web safe color of #f954cd is #ff66cc. Color #f954cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 11001101
Octal 371 124 315
Decimal 249 84 205
Hex F9 54 CD

RGB Percentages of Color #f954cd

%46.28
%15.61
%38.10

CMYK Percentages of Color #f954cd

%0
%66
%18
%2

Triadic Colors of #f954cd

#f954cd #cdf954 #54cdf9

Analogous Colors of #f954cd

#f954cd #f9547b #d354f9

Monochromatic Colors of #f954cd

#f954cd

Complementary Color

#f954cd #54f980

#f954cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f954cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f954cd Color CSS Codes

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

#f954cd Text Font Color

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

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


#f954cd Background Color

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

This div background color is #f954cd


#f954cd Border Color

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

This div border color is #f954cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f954cd


Comments

No comments written yet.

Please login to write comment.