Color Hex Logo

#ff469d Color Hex

#FF469D
(255,70,157)
0 Favorites   0 Comments

Color spaces of #ff469d

RGB 25570157
HSL0.921.000.64
HSV332°73°100°
CMYK 0.000.730.38   0.00
XYZ49.516028.074634.7075
Yxy28.07460.44090.2500
Hunter Lab52.985574.0873-1.7474
CIE-Lab59.956174.9238-5.6623

#ff469d color RGB value is (255,70,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000110 10011101
Octal 377 106 235
Decimal 255 70 157
Hex FF 46 9D

RGB Percentages of Color #ff469d

%52.90
%14.52
%32.57

CMYK Percentages of Color #ff469d

%0
%73
%38
%0

Triadic Colors of #ff469d

#ff469d #9dff46 #469dff

Analogous Colors of #ff469d

#ff469d #ff4b46 #ff46fa

Monochromatic Colors of #ff469d

#ff469d

Complementary Color

#ff469d #46ffa8

#ff469d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff469d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff469d Color CSS Codes

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

#ff469d Text Font Color

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

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


#ff469d Background Color

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

This div background color is #ff469d


#ff469d Border Color

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

This div border color is #ff469d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff469d


Comments

No comments written yet.

Please login to write comment.