Color Hex Logo

#ff938a Color Hex

#FF938A
(255,147,138)
0 Favorites   0 Comments

Color spaces of #ff938a

RGB 255147138
HSL0.011.000.77
HSV46°100°
CMYK 0.000.420.46   0.00
XYZ56.261243.962429.5651
Yxy43.96240.43350.3387
Hunter Lab66.304135.430719.9754
CIE-Lab72.203439.630322.5648

#ff938a color RGB value is (255,147,138).

#ff938a hex color red value is 255, green value is 147 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ff938a hue: 0.01 , saturation: 1.00 and the lightness value of ff938a is 0.77.

The process color (four color CMYK) of #ff938a color hex is 0.00, 0.42, 0.46, 0.00. Web safe color of #ff938a is #ff9999. Color #ff938a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010011 10001010
Octal 377 223 212
Decimal 255 147 138
Hex FF 93 8A

RGB Percentages of Color #ff938a

%47.22
%27.22
%25.56

CMYK Percentages of Color #ff938a

%0
%42
%46
%0

Triadic Colors of #ff938a

#ff938a #8aff93 #938aff

Analogous Colors of #ff938a

#ff938a #ffce8a #ff8abc

Monochromatic Colors of #ff938a

#ff938a

Complementary Color

#ff938a #8af6ff

#ff938a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff938a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff938a Color CSS Codes

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

#ff938a Text Font Color

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

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


#ff938a Background Color

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

This div background color is #ff938a


#ff938a Border Color

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

This div border color is #ff938a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff938a


Comments

No comments written yet.

Please login to write comment.