Color Hex Logo

#fa29cd Color Hex

#FA29CD
(250,41,205)
0 Favorites   0 Comments

Color spaces of #fa29cd

RGB 25041205
HSL0.870.950.57
HSV313°84°98°
CMYK 0.000.840.18   0.02
XYZ51.236726.317660.1369
Yxy26.31760.37210.1911
Hunter Lab51.300788.5012-33.5918
CIE-Lab58.337386.5086-35.9253

#fa29cd color RGB value is (250,41,205).

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

The process color (four color CMYK) of #fa29cd color hex is 0.00, 0.84, 0.18, 0.02. Web safe color of #fa29cd is #ff33cc. Color #fa29cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 11001101
Octal 372 51 315
Decimal 250 41 205
Hex FA 29 CD

RGB Percentages of Color #fa29cd

%50.40
%8.27
%41.33

CMYK Percentages of Color #fa29cd

%0
%84
%18
%2

Triadic Colors of #fa29cd

#fa29cd #cdfa29 #29cdfa

Analogous Colors of #fa29cd

#fa29cd #fa2965 #bf29fa

Monochromatic Colors of #fa29cd

#fa29cd

Complementary Color

#fa29cd #29fa56

#fa29cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa29cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa29cd Color CSS Codes

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

#fa29cd Text Font Color

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

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


#fa29cd Background Color

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

This div background color is #fa29cd


#fa29cd Border Color

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

This div border color is #fa29cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,41,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa29cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa29cd

Related Colors


Comments

No comments written yet.

Please login to write comment.