Color Hex Logo

#f993ed Color Hex

#F993ED
(249,147,237)
0 Favorites   0 Comments

Color spaces of #f993ed

RGB 249147237
HSL0.850.890.78
HSV307°41°98°
CMYK 0.000.410.05   0.02
XYZ64.786747.121685.8015
Yxy47.12160.32770.2383
Hunter Lab68.645248.3376-26.0566
CIE-Lab74.267550.9496-29.0982

#f993ed color RGB value is (249,147,237).

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

The process color (four color CMYK) of #f993ed color hex is 0.00, 0.41, 0.05, 0.02. Web safe color of #f993ed is #ff99ff. Color #f993ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010011 11101101
Octal 371 223 355
Decimal 249 147 237
Hex F9 93 ED

RGB Percentages of Color #f993ed

%39.34
%23.22
%37.44

CMYK Percentages of Color #f993ed

%0
%41
%5
%2

Triadic Colors of #f993ed

#f993ed #edf993 #93edf9

Analogous Colors of #f993ed

#f993ed #f993ba #d293f9

Monochromatic Colors of #f993ed

#f993ed

Complementary Color

#f993ed #93f99f

#f993ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f993ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f993ed Color CSS Codes

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

#f993ed Text Font Color

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

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


#f993ed Background Color

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

This div background color is #f993ed


#f993ed Border Color

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

This div border color is #f993ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f993ed


Comments

No comments written yet.

Please login to write comment.