Color Hex Logo

#f983ee Color Hex

#F983EE
(249,131,238)
0 Favorites   0 Comments

Color spaces of #f983ee

RGB 249131238
HSL0.850.910.75
HSV306°47°98°
CMYK 0.000.470.04   0.02
XYZ62.615842.545485.8008
Yxy42.54540.32790.2228
Hunter Lab65.226857.2077-32.3326
CIE-Lab71.245359.0052-34.3083

#f983ee color RGB value is (249,131,238).

#f983ee hex color red value is 249, green value is 131 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f983ee hue: 0.85 , saturation: 0.91 and the lightness value of f983ee is 0.75.

The process color (four color CMYK) of #f983ee color hex is 0.00, 0.47, 0.04, 0.02. Web safe color of #f983ee is #ff99ff. Color #f983ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000011 11101110
Octal 371 203 356
Decimal 249 131 238
Hex F9 83 EE

RGB Percentages of Color #f983ee

%40.29
%21.20
%38.51

CMYK Percentages of Color #f983ee

%0
%47
%4
%2

Triadic Colors of #f983ee

#f983ee #eef983 #83eef9

Analogous Colors of #f983ee

#f983ee #f983b3 #c983f9

Monochromatic Colors of #f983ee

#f983ee

Complementary Color

#f983ee #83f98e

#f983ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f983ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f983ee Color CSS Codes

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

#f983ee Text Font Color

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

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


#f983ee Background Color

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

This div background color is #f983ee


#f983ee Border Color

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

This div border color is #f983ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f983ee


Comments

No comments written yet.

Please login to write comment.