Color Hex Logo

#fa68ee Color Hex

#FA68EE
(250,104,238)
0 Favorites   0 Comments

Color spaces of #fa68ee

RGB 250104238
HSL0.850.940.69
HSV305°58°98°
CMYK 0.000.580.05   0.02
XYZ59.807336.397784.7622
Yxy36.39770.33050.2011
Hunter Lab60.330571.3736-41.0690
CIE-Lab66.822771.4640-41.1851

#fa68ee color RGB value is (250,104,238).

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

The process color (four color CMYK) of #fa68ee color hex is 0.00, 0.58, 0.05, 0.02. Web safe color of #fa68ee is #ff66ff. Color #fa68ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101000 11101110
Octal 372 150 356
Decimal 250 104 238
Hex FA 68 EE

RGB Percentages of Color #fa68ee

%42.23
%17.57
%40.20

CMYK Percentages of Color #fa68ee

%0
%58
%5
%2

Triadic Colors of #fa68ee

#fa68ee #eefa68 #68eefa

Analogous Colors of #fa68ee

#fa68ee #fa68a5 #bd68fa

Monochromatic Colors of #fa68ee

#fa68ee

Complementary Color

#fa68ee #68fa74

#fa68ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa68ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa68ee Color CSS Codes

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

#fa68ee Text Font Color

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

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


#fa68ee Background Color

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

This div background color is #fa68ee


#fa68ee Border Color

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

This div border color is #fa68ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa68ee

Related Colors


Comments

No comments written yet.

Please login to write comment.