Color Hex Logo

#ff295c Color Hex

#FF295C
(255,41,92)
0 Favorites   0 Comments

Color spaces of #ff295c

RGB 2554192
HSL0.961.000.58
HSV346°84°100°
CMYK 0.000.840.64   0.00
XYZ43.964723.618612.3669
Yxy23.61860.54990.2954
Hunter Lab48.599076.430518.9319
CIE-Lab55.703977.617626.7706

#ff295c color RGB value is (255,41,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101001 01011100
Octal 377 51 134
Decimal 255 41 92
Hex FF 29 5C

RGB Percentages of Color #ff295c

%65.72
%10.57
%23.71

CMYK Percentages of Color #ff295c

%0
%84
%64
%0

Triadic Colors of #ff295c

#ff295c #5cff29 #295cff

Analogous Colors of #ff295c

#ff295c #ff6129 #ff29c7

Monochromatic Colors of #ff295c

#ff295c

Complementary Color

#ff295c #29ffcc

#ff295c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff295c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff295c Color CSS Codes

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

#ff295c Text Font Color

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

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


#ff295c Background Color

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

This div background color is #ff295c


#ff295c Border Color

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

This div border color is #ff295c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff295c


Comments

No comments written yet.

Please login to write comment.