Color Hex Logo

#f07381 Color Hex

#F07381
(240,115,129)
0 Favorites   0 Comments

Color spaces of #f07381

RGB 240115129
HSL0.980.810.70
HSV353°52°94°
CMYK 0.000.520.46   0.06
XYZ46.028432.371724.5913
Yxy32.37170.44690.3143
Hunter Lab56.896144.836514.2013
CIE-Lab63.648949.329915.5286

#f07381 color RGB value is (240,115,129).

#f07381 hex color red value is 240, green value is 115 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #f07381 hue: 0.98 , saturation: 0.81 and the lightness value of f07381 is 0.70.

The process color (four color CMYK) of #f07381 color hex is 0.00, 0.52, 0.46, 0.06. Web safe color of #f07381 is #ff6699. Color #f07381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110011 10000001
Octal 360 163 201
Decimal 240 115 129
Hex F0 73 81

RGB Percentages of Color #f07381

%49.59
%23.76
%26.65

CMYK Percentages of Color #f07381

%0
%52
%46
%6

Triadic Colors of #f07381

#f07381 #81f073 #7381f0

Analogous Colors of #f07381

#f07381 #f0a473 #f073c0

Monochromatic Colors of #f07381

#f07381

Complementary Color

#f07381 #73f0e2

#f07381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07381 Color CSS Codes

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

#f07381 Text Font Color

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

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


#f07381 Background Color

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

This div background color is #f07381


#f07381 Border Color

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

This div border color is #f07381


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,115,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07381


Comments

No comments written yet.

Please login to write comment.