Color Hex Logo

#f2975c Color Hex

#F2975C
(242,151,92)
0 Favorites   0 Comments

Color spaces of #f2975c

RGB 24215192
HSL0.070.850.65
HSV24°62°95°
CMYK 0.000.380.62   0.05
XYZ49.616341.783215.5751
Yxy41.78320.46380.3906
Hunter Lab64.639923.893130.9619
CIE-Lab70.721228.793944.9220

#f2975c color RGB value is (242,151,92).

#f2975c hex color red value is 242, green value is 151 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #f2975c hue: 0.07 , saturation: 0.85 and the lightness value of f2975c is 0.65.

The process color (four color CMYK) of #f2975c color hex is 0.00, 0.38, 0.62, 0.05. Web safe color of #f2975c is #ff9966. Color #f2975c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010111 01011100
Octal 362 227 134
Decimal 242 151 92
Hex F2 97 5C

RGB Percentages of Color #f2975c

%49.90
%31.13
%18.97

CMYK Percentages of Color #f2975c

%0
%38
%62
%5

Triadic Colors of #f2975c

#f2975c #5cf297 #975cf2

Analogous Colors of #f2975c

#f2975c #f2e25c #f25c6c

Monochromatic Colors of #f2975c

#f2975c

Complementary Color

#f2975c #5cb7f2

#f2975c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2975c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2975c Color CSS Codes

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

#f2975c Text Font Color

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

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


#f2975c Background Color

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

This div background color is #f2975c


#f2975c Border Color

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

This div border color is #f2975c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,151,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2975c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2975c;
  -webkit-box-shadow: 1px 1px 3px 2px #f2975c;
  box-shadow:         1px 1px 3px 2px #f2975c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,151,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2975c


Comments

No comments written yet.

Please login to write comment.