Color Hex Logo

#fa82ed Color Hex

#FA82ED
(250,130,237)
0 Favorites   0 Comments

Color spaces of #fa82ed

RGB 250130237
HSL0.850.920.75
HSV307°48°98°
CMYK 0.000.480.05   0.02
XYZ62.693042.403785.0012
Yxy42.40370.32980.2231
Hunter Lab65.118157.8956-31.8108
CIE-Lab71.148459.6019-33.8998

#fa82ed color RGB value is (250,130,237).

#fa82ed hex color red value is 250, green value is 130 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fa82ed hue: 0.85 , saturation: 0.92 and the lightness value of fa82ed is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000010 11101101
Octal 372 202 355
Decimal 250 130 237
Hex FA 82 ED

RGB Percentages of Color #fa82ed

%40.52
%21.07
%38.41

CMYK Percentages of Color #fa82ed

%0
%48
%5
%2

Triadic Colors of #fa82ed

#fa82ed #edfa82 #82edfa

Analogous Colors of #fa82ed

#fa82ed #fa82b1 #cb82fa

Monochromatic Colors of #fa82ed

#fa82ed

Complementary Color

#fa82ed #82fa8f

#fa82ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa82ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa82ed Color CSS Codes

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

#fa82ed Text Font Color

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

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


#fa82ed Background Color

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

This div background color is #fa82ed


#fa82ed Border Color

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

This div border color is #fa82ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa82ed

Related Colors


Comments

No comments written yet.

Please login to write comment.