Color Hex Logo

#f95aed Color Hex

#F95AED
(249,90,237)
0 Favorites   0 Comments

Color spaces of #f95aed

RGB 24990237
HSL0.850.930.66
HSV305°64°98°
CMYK 0.000.640.05   0.02
XYZ58.009133.566583.5423
Yxy33.56650.33130.1917
Hunter Lab57.936677.3343-44.9382
CIE-Lab64.617076.6334-44.1011

#f95aed color RGB value is (249,90,237).

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

The process color (four color CMYK) of #f95aed color hex is 0.00, 0.64, 0.05, 0.02. Web safe color of #f95aed is #ff66ff. Color #f95aed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 11101101
Octal 371 132 355
Decimal 249 90 237
Hex F9 5A ED

RGB Percentages of Color #f95aed

%43.23
%15.63
%41.15

CMYK Percentages of Color #f95aed

%0
%64
%5
%2

Triadic Colors of #f95aed

#f95aed #edf95a #5aedf9

Analogous Colors of #f95aed

#f95aed #f95a9e #b65af9

Monochromatic Colors of #f95aed

#f95aed

Complementary Color

#f95aed #5af966

#f95aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95aed Color CSS Codes

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

#f95aed Text Font Color

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

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


#f95aed Background Color

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

This div background color is #f95aed


#f95aed Border Color

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

This div border color is #f95aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95aed


Comments

No comments written yet.

Please login to write comment.