Color Hex Logo

#f883ea Color Hex

#F883EA
(248,131,234)
0 Favorites   0 Comments

Color spaces of #f883ea

RGB 248131234
HSL0.850.890.74
HSV307°47°97°
CMYK 0.000.470.06   0.03
XYZ61.679042.129682.7229
Yxy42.12960.33070.2259
Hunter Lab64.907356.0341-30.1286
CIE-Lab70.960258.0537-32.5640

#f883ea color RGB value is (248,131,234).

#f883ea hex color red value is 248, green value is 131 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f883ea hue: 0.85 , saturation: 0.89 and the lightness value of f883ea is 0.74.

The process color (four color CMYK) of #f883ea color hex is 0.00, 0.47, 0.06, 0.03. Web safe color of #f883ea is #ff99ff. Color #f883ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000011 11101010
Octal 370 203 352
Decimal 248 131 234
Hex F8 83 EA

RGB Percentages of Color #f883ea

%40.46
%21.37
%38.17

CMYK Percentages of Color #f883ea

%0
%47
%6
%3

Triadic Colors of #f883ea

#f883ea #eaf883 #83eaf8

Analogous Colors of #f883ea

#f883ea #f883b0 #cc83f8

Monochromatic Colors of #f883ea

#f883ea

Complementary Color

#f883ea #83f891

#f883ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f883ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f883ea Color CSS Codes

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

#f883ea Text Font Color

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

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


#f883ea Background Color

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

This div background color is #f883ea


#f883ea Border Color

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

This div border color is #f883ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,131,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f883ea


Comments

No comments written yet.

Please login to write comment.