Color Hex Logo

#ff49ec Color Hex

#FF49EC
(255,73,236)
0 Favorites   0 Comments

Color spaces of #ff49ec

RGB 25573236
HSL0.851.000.64
HSV306°71°100°
CMYK 0.000.710.07   0.00
XYZ58.762932.081282.4520
Yxy32.08120.33910.1851
Hunter Lab56.640386.0689-46.6611
CIE-Lab63.409983.6654-45.3823

#ff49ec color RGB value is (255,73,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001001 11101100
Octal 377 111 354
Decimal 255 73 236
Hex FF 49 EC

RGB Percentages of Color #ff49ec

%45.21
%12.94
%41.84

CMYK Percentages of Color #ff49ec

%0
%71
%7
%0

Triadic Colors of #ff49ec

#ff49ec #ecff49 #49ecff

Analogous Colors of #ff49ec

#ff49ec #ff4991 #b749ff

Monochromatic Colors of #ff49ec

#ff49ec

Complementary Color

#ff49ec #49ff5c

#ff49ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff49ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff49ec Color CSS Codes

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

#ff49ec Text Font Color

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

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


#ff49ec Background Color

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

This div background color is #ff49ec


#ff49ec Border Color

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

This div border color is #ff49ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff49ec

Related Colors


Comments

No comments written yet.

Please login to write comment.