Color Hex Logo

#f7368a Color Hex

#F7368A
(247,54,138)
0 Favorites   0 Comments

Color spaces of #f7368a

RGB 24754138
HSL0.930.920.59
HSV334°78°97°
CMYK 0.000.780.44   0.03
XYZ44.264424.247526.3920
Yxy24.24750.46640.2555
Hunter Lab49.241874.28422.6917
CIE-Lab56.334775.77510.0148

#f7368a color RGB value is (247,54,138).

#f7368a hex color red value is 247, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f7368a hue: 0.93 , saturation: 0.92 and the lightness value of f7368a is 0.59.

The process color (four color CMYK) of #f7368a color hex is 0.00, 0.78, 0.44, 0.03. Web safe color of #f7368a is #ff3399. Color #f7368a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110110 10001010
Octal 367 66 212
Decimal 247 54 138
Hex F7 36 8A

RGB Percentages of Color #f7368a

%56.26
%12.30
%31.44

CMYK Percentages of Color #f7368a

%0
%78
%44
%3

Triadic Colors of #f7368a

#f7368a #8af736 #368af7

Analogous Colors of #f7368a

#f7368a #f74336 #f736eb

Monochromatic Colors of #f7368a

#f7368a

Complementary Color

#f7368a #36f7a3

#f7368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7368a Color CSS Codes

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

#f7368a Text Font Color

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

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


#f7368a Background Color

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

This div background color is #f7368a


#f7368a Border Color

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

This div border color is #f7368a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,54,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7368a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7368a;
  -webkit-box-shadow: 1px 1px 3px 2px #f7368a;
  box-shadow:         1px 1px 3px 2px #f7368a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,54,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7368a


Comments

No comments written yet.

Please login to write comment.