Color Hex Logo

#ff29ed Color Hex

#FF29ED
(255,41,237)
0 Favorites   0 Comments

Color spaces of #ff29ed

RGB 25541237
HSL0.851.000.58
HSV305°84°100°
CMYK 0.000.840.07   0.00
XYZ57.319028.960382.6896
Yxy28.96030.33920.1714
Hunter Lab53.814895.9474-53.4323
CIE-Lab60.746691.6277-50.1492

#ff29ed color RGB value is (255,41,237).

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

The process color (four color CMYK) of #ff29ed color hex is 0.00, 0.84, 0.07, 0.00. Web safe color of #ff29ed is #ff33ff. Color #ff29ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101001 11101101
Octal 377 51 355
Decimal 255 41 237
Hex FF 29 ED

RGB Percentages of Color #ff29ed

%47.84
%7.69
%44.47

CMYK Percentages of Color #ff29ed

%0
%84
%7
%0

Triadic Colors of #ff29ed

#ff29ed #edff29 #29edff

Analogous Colors of #ff29ed

#ff29ed #ff2982 #a629ff

Monochromatic Colors of #ff29ed

#ff29ed

Complementary Color

#ff29ed #29ff3b

#ff29ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff29ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff29ed Color CSS Codes

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

#ff29ed Text Font Color

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

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


#ff29ed Background Color

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

This div background color is #ff29ed


#ff29ed Border Color

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

This div border color is #ff29ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff29ed

Related Colors


Comments

No comments written yet.

Please login to write comment.