Color Hex Logo

#fa29bc Color Hex

#FA29BC
(250,41,188)
0 Favorites   0 Comments

Color spaces of #fa29bc

RGB 25041188
HSL0.880.950.57
HSV318°84°98°
CMYK 0.000.840.25   0.02
XYZ49.294425.540749.9087
Yxy25.54070.39520.2047
Hunter Lab50.537885.6671-23.1755
CIE-Lab57.598584.4848-27.3123

#fa29bc color RGB value is (250,41,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 10111100
Octal 372 51 274
Decimal 250 41 188
Hex FA 29 BC

RGB Percentages of Color #fa29bc

%52.19
%8.56
%39.25

CMYK Percentages of Color #fa29bc

%0
%84
%25
%2

Triadic Colors of #fa29bc

#fa29bc #bcfa29 #29bcfa

Analogous Colors of #fa29bc

#fa29bc #fa2954 #d029fa

Monochromatic Colors of #fa29bc

#fa29bc

Complementary Color

#fa29bc #29fa67

#fa29bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa29bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa29bc Color CSS Codes

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

#fa29bc Text Font Color

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

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


#fa29bc Background Color

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

This div background color is #fa29bc


#fa29bc Border Color

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

This div border color is #fa29bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa29bc


Comments

No comments written yet.

Please login to write comment.