Color Hex Logo

#f93dee Color Hex

#F93DEE
(249,61,238)
0 Favorites   0 Comments

Color spaces of #f93dee

RGB 24961238
HSL0.840.940.61
HSV304°76°98°
CMYK 0.000.760.04   0.02
XYZ56.168329.650383.6516
Yxy29.65030.33140.1750
Hunter Lab54.452188.8348-52.9673
CIE-Lab61.351386.1751-49.8115

#f93dee color RGB value is (249,61,238).

#f93dee hex color red value is 249, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f93dee hue: 0.84 , saturation: 0.94 and the lightness value of f93dee is 0.61.

The process color (four color CMYK) of #f93dee color hex is 0.00, 0.76, 0.04, 0.02. Web safe color of #f93dee is #ff33ff. Color #f93dee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111101 11101110
Octal 371 75 356
Decimal 249 61 238
Hex F9 3D EE

RGB Percentages of Color #f93dee

%45.44
%11.13
%43.43

CMYK Percentages of Color #f93dee

%0
%76
%4
%2

Triadic Colors of #f93dee

#f93dee #eef93d #3deef9

Analogous Colors of #f93dee

#f93dee #f93d90 #a63df9

Monochromatic Colors of #f93dee

#f93dee

Complementary Color

#f93dee #3df948

#f93dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93dee Color CSS Codes

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

#f93dee Text Font Color

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

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


#f93dee Background Color

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

This div background color is #f93dee


#f93dee Border Color

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

This div border color is #f93dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93dee


Comments

No comments written yet.

Please login to write comment.