Color Hex Logo

#f07465 Color Hex

#F07465
(240,116,101)
0 Favorites   0 Comments

Color spaces of #f07465

RGB 240116101
HSL0.020.820.67
HSV58°94°
CMYK 0.000.520.58   0.06
XYZ44.529531.955616.1330
Yxy31.95560.48080.3450
Hunter Lab56.529341.682622.6496
CIE-Lab63.306246.498030.9033

#f07465 color RGB value is (240,116,101).

#f07465 hex color red value is 240, green value is 116 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #f07465 hue: 0.02 , saturation: 0.82 and the lightness value of f07465 is 0.67.

The process color (four color CMYK) of #f07465 color hex is 0.00, 0.52, 0.58, 0.06. Web safe color of #f07465 is #ff6666. Color #f07465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110100 01100101
Octal 360 164 145
Decimal 240 116 101
Hex F0 74 65

RGB Percentages of Color #f07465

%52.52
%25.38
%22.10

CMYK Percentages of Color #f07465

%0
%52
%58
%6

Triadic Colors of #f07465

#f07465 #65f074 #7465f0

Analogous Colors of #f07465

#f07465 #f0ba65 #f0659c

Monochromatic Colors of #f07465

#f07465

Complementary Color

#f07465 #65e1f0

#f07465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07465 Color CSS Codes

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

#f07465 Text Font Color

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

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


#f07465 Background Color

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

This div background color is #f07465


#f07465 Border Color

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

This div border color is #f07465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07465


Comments

No comments written yet.

Please login to write comment.