Color Hex Logo

#ff299c Color Hex

#FF299C
(255,41,156)
0 Favorites   0 Comments

Color spaces of #ff299c

RGB 25541156
HSL0.911.000.58
HSV328°84°100°
CMYK 0.000.840.39   0.00
XYZ48.033725.246233.7938
Yxy25.24620.44860.2358
Hunter Lab50.245682.7123-4.7049
CIE-Lab57.314582.2545-9.0072

#ff299c color RGB value is (255,41,156).

#ff299c hex color red value is 255, green value is 41 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ff299c hue: 0.91 , saturation: 1.00 and the lightness value of ff299c is 0.58.

The process color (four color CMYK) of #ff299c color hex is 0.00, 0.84, 0.39, 0.00. Web safe color of #ff299c is #ff3399. Color #ff299c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101001 10011100
Octal 377 51 234
Decimal 255 41 156
Hex FF 29 9C

RGB Percentages of Color #ff299c

%56.42
%9.07
%34.51

CMYK Percentages of Color #ff299c

%0
%84
%39
%0

Triadic Colors of #ff299c

#ff299c #9cff29 #299cff

Analogous Colors of #ff299c

#ff299c #ff2931 #f729ff

Monochromatic Colors of #ff299c

#ff299c

Complementary Color

#ff299c #29ff8c

#ff299c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff299c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff299c Color CSS Codes

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

#ff299c Text Font Color

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

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


#ff299c Background Color

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

This div background color is #ff299c


#ff299c Border Color

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

This div border color is #ff299c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff299c

Related Colors


Comments

No comments written yet.

Please login to write comment.