Color Hex Logo

#ff468c Color Hex

#FF468C
(255,70,140)
0 Favorites   0 Comments

Color spaces of #ff468c

RGB 25570140
HSL0.941.000.64
HSV337°73°100°
CMYK 0.000.730.45   0.00
XYZ48.163827.533827.5870
Yxy27.53380.46630.2666
Hunter Lab52.472772.01515.5597
CIE-Lab59.465273.34363.5578

#ff468c color RGB value is (255,70,140).

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

The process color (four color CMYK) of #ff468c color hex is 0.00, 0.73, 0.45, 0.00. Web safe color of #ff468c is #ff3399. Color #ff468c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000110 10001100
Octal 377 106 214
Decimal 255 70 140
Hex FF 46 8C

RGB Percentages of Color #ff468c

%54.84
%15.05
%30.11

CMYK Percentages of Color #ff468c

%0
%73
%45
%0

Triadic Colors of #ff468c

#ff468c #8cff46 #468cff

Analogous Colors of #ff468c

#ff468c #ff5d46 #ff46e9

Monochromatic Colors of #ff468c

#ff468c

Complementary Color

#ff468c #46ffb9

#ff468c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff468c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff468c Color CSS Codes

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

#ff468c Text Font Color

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

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


#ff468c Background Color

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

This div background color is #ff468c


#ff468c Border Color

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

This div border color is #ff468c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff468c


Comments

No comments written yet.

Please login to write comment.