Color Hex Logo

#fd738a Color Hex

#FD738A
(253,115,138)
0 Favorites   0 Comments

Color spaces of #fd738a

RGB 253115138
HSL0.970.970.72
HSV350°55°99°
CMYK 0.000.550.45   0.01
XYZ51.226234.979128.0965
Yxy34.97910.44820.3060
Hunter Lab59.143151.105413.2339
CIE-Lab65.732454.605413.5889

#fd738a color RGB value is (253,115,138).

#fd738a hex color red value is 253, green value is 115 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fd738a hue: 0.97 , saturation: 0.97 and the lightness value of fd738a is 0.72.

The process color (four color CMYK) of #fd738a color hex is 0.00, 0.55, 0.45, 0.01. Web safe color of #fd738a is #ff6699. Color #fd738a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 10001010
Octal 375 163 212
Decimal 253 115 138
Hex FD 73 8A

RGB Percentages of Color #fd738a

%50.00
%22.73
%27.27

CMYK Percentages of Color #fd738a

%0
%55
%45
%1

Triadic Colors of #fd738a

#fd738a #8afd73 #738afd

Analogous Colors of #fd738a

#fd738a #fda173 #fd73cf

Monochromatic Colors of #fd738a

#fd738a

Complementary Color

#fd738a #73fde6

#fd738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd738a Color CSS Codes

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

#fd738a Text Font Color

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

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


#fd738a Background Color

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

This div background color is #fd738a


#fd738a Border Color

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

This div border color is #fd738a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,115,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 #fd738a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd738a

Related Colors


Comments

No comments written yet.

Please login to write comment.