Color Hex Logo

#ff4dea Color Hex

#FF4DEA
(255,77,234)
0 Favorites   0 Comments

Color spaces of #ff4dea

RGB 25577234
HSL0.851.000.65
HSV307°70°100°
CMYK 0.000.700.08   0.00
XYZ58.745232.508381.0204
Yxy32.50830.34100.1887
Hunter Lab57.016184.1354-44.3405
CIE-Lab63.760882.1104-43.7161

#ff4dea color RGB value is (255,77,234).

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

The process color (four color CMYK) of #ff4dea color hex is 0.00, 0.70, 0.08, 0.00. Web safe color of #ff4dea is #ff66ff. Color #ff4dea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001101 11101010
Octal 377 115 352
Decimal 255 77 234
Hex FF 4D EA

RGB Percentages of Color #ff4dea

%45.05
%13.60
%41.34

CMYK Percentages of Color #ff4dea

%0
%70
%8
%0

Triadic Colors of #ff4dea

#ff4dea #eaff4d #4deaff

Analogous Colors of #ff4dea

#ff4dea #ff4d91 #bb4dff

Monochromatic Colors of #ff4dea

#ff4dea

Complementary Color

#ff4dea #4dff62

#ff4dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4dea Color CSS Codes

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

#ff4dea Text Font Color

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

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


#ff4dea Background Color

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

This div background color is #ff4dea


#ff4dea Border Color

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

This div border color is #ff4dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4dea

#ff4dea Color Palettes


Comments

No comments written yet.

Please login to write comment.