Color Hex Logo

#ff49d2 Color Hex

#FF49D2
(255,73,210)
0 Favorites   0 Comments

Color spaces of #ff49d2

RGB 25573210
HSL0.871.000.64
HSV315°71°100°
CMYK 0.000.710.18   0.00
XYZ55.255430.678263.9820
Yxy30.67820.36860.2046
Hunter Lab55.387981.1441-29.7180
CIE-Lab62.235080.0804-32.6304

#ff49d2 color RGB value is (255,73,210).

#ff49d2 hex color red value is 255, green value is 73 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ff49d2 hue: 0.87 , saturation: 1.00 and the lightness value of ff49d2 is 0.64.

The process color (four color CMYK) of #ff49d2 color hex is 0.00, 0.71, 0.18, 0.00. Web safe color of #ff49d2 is #ff33cc. Color #ff49d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001001 11010010
Octal 377 111 322
Decimal 255 73 210
Hex FF 49 D2

RGB Percentages of Color #ff49d2

%47.40
%13.57
%39.03

CMYK Percentages of Color #ff49d2

%0
%71
%18
%0

Triadic Colors of #ff49d2

#ff49d2 #d2ff49 #49d2ff

Analogous Colors of #ff49d2

#ff49d2 #ff4977 #d149ff

Monochromatic Colors of #ff49d2

#ff49d2

Complementary Color

#ff49d2 #49ff76

#ff49d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff49d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff49d2 Color CSS Codes

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

#ff49d2 Text Font Color

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

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


#ff49d2 Background Color

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

This div background color is #ff49d2


#ff49d2 Border Color

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

This div border color is #ff49d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff49d2

Related Colors


Comments

No comments written yet.

Please login to write comment.