Color Hex Logo

#ff297d Color Hex

#FF297D
(255,41,125)
0 Favorites   0 Comments

Color spaces of #ff297d

RGB 25541125
HSL0.931.000.58
HSV336°84°100°
CMYK 0.000.840.51   0.00
XYZ45.734624.326521.6870
Yxy24.32650.49850.2651
Hunter Lab49.321979.20398.4553
CIE-Lab56.413279.68108.0503

#ff297d color RGB value is (255,41,125).

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

The process color (four color CMYK) of #ff297d color hex is 0.00, 0.84, 0.51, 0.00. Web safe color of #ff297d is #ff3366. Color #ff297d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101001 01111101
Octal 377 51 175
Decimal 255 41 125
Hex FF 29 7D

RGB Percentages of Color #ff297d

%60.57
%9.74
%29.69

CMYK Percentages of Color #ff297d

%0
%84
%51
%0

Triadic Colors of #ff297d

#ff297d #7dff29 #297dff

Analogous Colors of #ff297d

#ff297d #ff4029 #ff29e8

Monochromatic Colors of #ff297d

#ff297d

Complementary Color

#ff297d #29ffab

#ff297d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff297d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff297d Color CSS Codes

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

#ff297d Text Font Color

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

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


#ff297d Background Color

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

This div background color is #ff297d


#ff297d Border Color

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

This div border color is #ff297d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff297d


Comments

No comments written yet.

Please login to write comment.