Color Hex Logo

#f958ed Color Hex

#F958ED
(249,88,237)
0 Favorites   0 Comments

Color spaces of #f958ed

RGB 24988237
HSL0.850.930.66
HSV304°65°98°
CMYK 0.000.650.05   0.02
XYZ57.842733.233683.4868
Yxy33.23360.33140.1904
Hunter Lab57.648678.2160-45.5099
CIE-Lab64.349677.3800-44.5216

#f958ed color RGB value is (249,88,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011000 11101101
Octal 371 130 355
Decimal 249 88 237
Hex F9 58 ED

RGB Percentages of Color #f958ed

%43.38
%15.33
%41.29

CMYK Percentages of Color #f958ed

%0
%65
%5
%2

Triadic Colors of #f958ed

#f958ed #edf958 #58edf9

Analogous Colors of #f958ed

#f958ed #f9589d #b558f9

Monochromatic Colors of #f958ed

#f958ed

Complementary Color

#f958ed #58f964

#f958ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f958ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f958ed Color CSS Codes

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

#f958ed Text Font Color

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

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


#f958ed Background Color

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

This div background color is #f958ed


#f958ed Border Color

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

This div border color is #f958ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f958ed


Comments

No comments written yet.

Please login to write comment.