Color Hex Logo

#f95eae Color Hex

#F95EAE
(249,94,174)
0 Favorites   0 Comments

Color spaces of #f95eae

RGB 24994174
HSL0.910.930.67
HSV329°62°98°
CMYK 0.000.620.30   0.02
XYZ50.709631.201143.3941
Yxy31.20110.40470.2490
Hunter Lab55.857964.2965-6.9598
CIE-Lab62.677066.4026-11.5316

#f95eae color RGB value is (249,94,174).

#f95eae hex color red value is 249, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f95eae hue: 0.91 , saturation: 0.93 and the lightness value of f95eae is 0.67.

The process color (four color CMYK) of #f95eae color hex is 0.00, 0.62, 0.30, 0.02. Web safe color of #f95eae is #ff6699. Color #f95eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 10101110
Octal 371 136 256
Decimal 249 94 174
Hex F9 5E AE

RGB Percentages of Color #f95eae

%48.16
%18.18
%33.66

CMYK Percentages of Color #f95eae

%0
%62
%30
%2

Triadic Colors of #f95eae

#f95eae #aef95e #5eaef9

Analogous Colors of #f95eae

#f95eae #f95e60 #f75ef9

Monochromatic Colors of #f95eae

#f95eae

Complementary Color

#f95eae #5ef9a9

#f95eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95eae Color CSS Codes

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

#f95eae Text Font Color

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

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


#f95eae Background Color

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

This div background color is #f95eae


#f95eae Border Color

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

This div border color is #f95eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95eae

Related Colors


Comments

No comments written yet.

Please login to write comment.