Color Hex Logo

#f274a7 Color Hex

#F274A7
(242,116,167)
0 Favorites   0 Comments

Color spaces of #f274a7

RGB 242116167
HSL0.930.830.70
HSV336°52°95°
CMYK 0.000.520.31   0.05
XYZ49.838434.158040.5256
Yxy34.15800.40020.2743
Hunter Lab58.444849.9360-0.2002
CIE-Lab65.087853.6757-4.0578

#f274a7 color RGB value is (242,116,167).

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

The process color (four color CMYK) of #f274a7 color hex is 0.00, 0.52, 0.31, 0.05. Web safe color of #f274a7 is #ff6699. Color #f274a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110100 10100111
Octal 362 164 247
Decimal 242 116 167
Hex F2 74 A7

RGB Percentages of Color #f274a7

%46.10
%22.10
%31.81

CMYK Percentages of Color #f274a7

%0
%52
%31
%5

Triadic Colors of #f274a7

#f274a7 #a7f274 #74a7f2

Analogous Colors of #f274a7

#f274a7 #f28074 #f274e6

Monochromatic Colors of #f274a7

#f274a7

Complementary Color

#f274a7 #74f2bf

#f274a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f274a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f274a7 Color CSS Codes

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

#f274a7 Text Font Color

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

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


#f274a7 Background Color

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

This div background color is #f274a7


#f274a7 Border Color

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

This div border color is #f274a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f274a7


Comments

No comments written yet.

Please login to write comment.