Color Hex Logo

#fa29ed Color Hex

#FA29ED
(250,41,237)
0 Favorites   0 Comments

Color spaces of #fa29ed

RGB 25041237
HSL0.840.950.57
HSV304°84°98°
CMYK 0.000.840.05   0.02
XYZ55.503328.024382.6046
Yxy28.02430.33410.1687
Hunter Lab52.938094.5084-55.4597
CIE-Lab59.910790.7223-51.5279

#fa29ed color RGB value is (250,41,237).

#fa29ed hex color red value is 250, green value is 41 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fa29ed hue: 0.84 , saturation: 0.95 and the lightness value of fa29ed is 0.57.

The process color (four color CMYK) of #fa29ed color hex is 0.00, 0.84, 0.05, 0.02. Web safe color of #fa29ed is #ff33ff. Color #fa29ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 11101101
Octal 372 51 355
Decimal 250 41 237
Hex FA 29 ED

RGB Percentages of Color #fa29ed

%47.35
%7.77
%44.89

CMYK Percentages of Color #fa29ed

%0
%84
%5
%2

Triadic Colors of #fa29ed

#fa29ed #edfa29 #29edfa

Analogous Colors of #fa29ed

#fa29ed #fa2985 #9f29fa

Monochromatic Colors of #fa29ed

#fa29ed

Complementary Color

#fa29ed #29fa36

#fa29ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa29ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa29ed Color CSS Codes

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

#fa29ed Text Font Color

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

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


#fa29ed Background Color

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

This div background color is #fa29ed


#fa29ed Border Color

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

This div border color is #fa29ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa29ed


Comments

No comments written yet.

Please login to write comment.