Color Hex Logo

#fa78ed Color Hex

#FA78ED
(250,120,237)
0 Favorites   0 Comments

Color spaces of #fa78ed

RGB 250120237
HSL0.850.930.73
HSV306°52°98°
CMYK 0.000.520.05   0.02
XYZ61.426939.871484.5792
Yxy39.87140.33050.2145
Hunter Lab63.143863.1449-35.2165
CIE-Lab69.377864.2836-36.6472

#fa78ed color RGB value is (250,120,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111000 11101101
Octal 372 170 355
Decimal 250 120 237
Hex FA 78 ED

RGB Percentages of Color #fa78ed

%41.19
%19.77
%39.04

CMYK Percentages of Color #fa78ed

%0
%52
%5
%2

Triadic Colors of #fa78ed

#fa78ed #edfa78 #78edfa

Analogous Colors of #fa78ed

#fa78ed #fa78ac #c678fa

Monochromatic Colors of #fa78ed

#fa78ed

Complementary Color

#fa78ed #78fa85

#fa78ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa78ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa78ed Color CSS Codes

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

#fa78ed Text Font Color

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

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


#fa78ed Background Color

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

This div background color is #fa78ed


#fa78ed Border Color

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

This div border color is #fa78ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa78ed

Related Colors


Comments

No comments written yet.

Please login to write comment.