Color Hex Logo

#ff299d Color Hex

#FF299D
(255,41,157)
0 Favorites   0 Comments

Color spaces of #ff299d

RGB 25541157
HSL0.911.000.58
HSV327°84°100°
CMYK 0.000.840.38   0.00
XYZ48.118725.280234.2417
Yxy25.28020.44700.2349
Hunter Lab50.279482.8401-5.1826
CIE-Lab57.347482.3475-9.5461

#ff299d color RGB value is (255,41,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101001 10011101
Octal 377 51 235
Decimal 255 41 157
Hex FF 29 9D

RGB Percentages of Color #ff299d

%56.29
%9.05
%34.66

CMYK Percentages of Color #ff299d

%0
%84
%38
%0

Triadic Colors of #ff299d

#ff299d #9dff29 #299dff

Analogous Colors of #ff299d

#ff299d #ff2932 #f629ff

Monochromatic Colors of #ff299d

#ff299d

Complementary Color

#ff299d #29ff8b

#ff299d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff299d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff299d Color CSS Codes

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

#ff299d Text Font Color

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

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


#ff299d Background Color

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

This div background color is #ff299d


#ff299d Border Color

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

This div border color is #ff299d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff299d


Comments

No comments written yet.

Please login to write comment.