Color Hex Logo

#f27d75 Color Hex

#F27D75
(242,125,117)
0 Favorites   0 Comments

Color spaces of #f27d75

RGB 242125117
HSL0.010.830.70
HSV52°95°
CMYK 0.000.480.52   0.05
XYZ47.162534.828821.0665
Yxy34.82880.45760.3380
Hunter Lab59.015939.370220.1468
CIE-Lab65.615244.053425.0405

#f27d75 color RGB value is (242,125,117).

#f27d75 hex color red value is 242, green value is 125 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #f27d75 hue: 0.01 , saturation: 0.83 and the lightness value of f27d75 is 0.70.

The process color (four color CMYK) of #f27d75 color hex is 0.00, 0.48, 0.52, 0.05. Web safe color of #f27d75 is #ff6666. Color #f27d75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111101 01110101
Octal 362 175 165
Decimal 242 125 117
Hex F2 7D 75

RGB Percentages of Color #f27d75

%50.00
%25.83
%24.17

CMYK Percentages of Color #f27d75

%0
%48
%52
%5

Triadic Colors of #f27d75

#f27d75 #75f27d #7d75f2

Analogous Colors of #f27d75

#f27d75 #f2bc75 #f275ac

Monochromatic Colors of #f27d75

#f27d75

Complementary Color

#f27d75 #75eaf2

#f27d75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27d75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27d75 Color CSS Codes

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

#f27d75 Text Font Color

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

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


#f27d75 Background Color

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

This div background color is #f27d75


#f27d75 Border Color

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

This div border color is #f27d75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27d75


Comments

No comments written yet.

Please login to write comment.