Color Hex Logo

#f95894 Color Hex

#F95894
(249,88,148)
0 Favorites   0 Comments

Color spaces of #f95894

RGB 24988148
HSL0.940.930.66
HSV338°65°98°
CMYK 0.000.650.41   0.02
XYZ47.901929.257331.1395
Yxy29.25730.44230.2702
Hunter Lab54.090063.42133.7299
CIE-Lab61.008065.96961.0033

#f95894 color RGB value is (249,88,148).

#f95894 hex color red value is 249, green value is 88 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #f95894 hue: 0.94 , saturation: 0.93 and the lightness value of f95894 is 0.66.

The process color (four color CMYK) of #f95894 color hex is 0.00, 0.65, 0.41, 0.02. Web safe color of #f95894 is #ff6699. Color #f95894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011000 10010100
Octal 371 130 224
Decimal 249 88 148
Hex F9 58 94

RGB Percentages of Color #f95894

%51.34
%18.14
%30.52

CMYK Percentages of Color #f95894

%0
%65
%41
%2

Triadic Colors of #f95894

#f95894 #94f958 #5894f9

Analogous Colors of #f95894

#f95894 #f96d58 #f958e5

Monochromatic Colors of #f95894

#f95894

Complementary Color

#f95894 #58f9bd

#f95894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95894 Color CSS Codes

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

#f95894 Text Font Color

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

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


#f95894 Background Color

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

This div background color is #f95894


#f95894 Border Color

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

This div border color is #f95894


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,88,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95894


Comments

No comments written yet.

Please login to write comment.