Color Hex Logo

#fa82ee Color Hex

#FA82EE
(250,130,238)
0 Favorites   0 Comments

Color spaces of #fa82ee

RGB 250130238
HSL0.850.920.75
HSV306°48°98°
CMYK 0.000.480.05   0.02
XYZ62.839642.462385.7730
Yxy42.46230.32890.2222
Hunter Lab65.163158.0998-32.4282
CIE-Lab71.188559.7679-34.3863

#fa82ee color RGB value is (250,130,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000010 11101110
Octal 372 202 356
Decimal 250 130 238
Hex FA 82 EE

RGB Percentages of Color #fa82ee

%40.45
%21.04
%38.51

CMYK Percentages of Color #fa82ee

%0
%48
%5
%2

Triadic Colors of #fa82ee

#fa82ee #eefa82 #82eefa

Analogous Colors of #fa82ee

#fa82ee #fa82b2 #ca82fa

Monochromatic Colors of #fa82ee

#fa82ee

Complementary Color

#fa82ee #82fa8e

#fa82ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa82ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa82ee Color CSS Codes

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

#fa82ee Text Font Color

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

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


#fa82ee Background Color

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

This div background color is #fa82ee


#fa82ee Border Color

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

This div border color is #fa82ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa82ee


Comments

No comments written yet.

Please login to write comment.