Color Hex Logo

#ff438d Color Hex

#FF438D
(255,67,141)
0 Favorites   0 Comments

Color spaces of #ff438d

RGB 25567141
HSL0.931.000.63
HSV336°74°100°
CMYK 0.000.740.45   0.00
XYZ48.054927.197427.9162
Yxy27.19740.46580.2636
Hunter Lab52.151173.21524.7682
CIE-Lab59.156674.37312.5243

#ff438d color RGB value is (255,67,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000011 10001101
Octal 377 103 215
Decimal 255 67 141
Hex FF 43 8D

RGB Percentages of Color #ff438d

%55.08
%14.47
%30.45

CMYK Percentages of Color #ff438d

%0
%74
%45
%0

Triadic Colors of #ff438d

#ff438d #8dff43 #438dff

Analogous Colors of #ff438d

#ff438d #ff5743 #ff43eb

Monochromatic Colors of #ff438d

#ff438d

Complementary Color

#ff438d #43ffb5

#ff438d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff438d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff438d Color CSS Codes

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

#ff438d Text Font Color

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

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


#ff438d Background Color

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

This div background color is #ff438d


#ff438d Border Color

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

This div border color is #ff438d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff438d

Related Colors


Comments

No comments written yet.

Please login to write comment.