Color Hex Logo

#ff147d Color Hex

#FF147D
(255,20,125)
0 Favorites   0 Comments

Color spaces of #ff147d

RGB 25520125
HSL0.931.000.54
HSV333°92°100°
CMYK 0.000.920.51   0.00
XYZ45.191823.241021.5061
Yxy23.24100.50250.2584
Hunter Lab48.208982.96317.2969
CIE-Lab55.319782.83826.4906

#ff147d color RGB value is (255,20,125).

#ff147d hex color red value is 255, green value is 20 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ff147d hue: 0.93 , saturation: 1.00 and the lightness value of ff147d is 0.54.

The process color (four color CMYK) of #ff147d color hex is 0.00, 0.92, 0.51, 0.00. Web safe color of #ff147d is #ff0066. Color #ff147d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010100 01111101
Octal 377 24 175
Decimal 255 20 125
Hex FF 14 7D

RGB Percentages of Color #ff147d

%63.75
%5.00
%31.25

CMYK Percentages of Color #ff147d

%0
%92
%51
%0

Triadic Colors of #ff147d

#ff147d #7dff14 #147dff

Analogous Colors of #ff147d

#ff147d #ff2114 #ff14f3

Monochromatic Colors of #ff147d

#ff147d

Complementary Color

#ff147d #14ff96

#ff147d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff147d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff147d Color CSS Codes

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

#ff147d Text Font Color

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

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


#ff147d Background Color

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

This div background color is #ff147d


#ff147d Border Color

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

This div border color is #ff147d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff147d

Related Colors


Comments

No comments written yet.

Please login to write comment.