Color Hex Logo

#f3117d Color Hex

#F3117D
(243,17,125)
0 Favorites   0 Comments

Color spaces of #f3117d

RGB 24317125
HSL0.920.900.51
HSV331°93°95°
CMYK 0.000.930.49   0.05
XYZ40.864320.936321.2894
Yxy20.93630.49180.2520
Hunter Lab45.756279.34284.4429
CIE-Lab52.879780.47862.6762

#f3117d color RGB value is (243,17,125).

#f3117d hex color red value is 243, green value is 17 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f3117d hue: 0.92 , saturation: 0.90 and the lightness value of f3117d is 0.51.

The process color (four color CMYK) of #f3117d color hex is 0.00, 0.93, 0.49, 0.05. Web safe color of #f3117d is #ff0066. Color #f3117d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010001 01111101
Octal 363 21 175
Decimal 243 17 125
Hex F3 11 7D

RGB Percentages of Color #f3117d

%63.12
%4.42
%32.47

CMYK Percentages of Color #f3117d

%0
%93
%49
%5

Triadic Colors of #f3117d

#f3117d #7df311 #117df3

Analogous Colors of #f3117d

#f3117d #f31611 #f311ee

Monochromatic Colors of #f3117d

#f3117d

Complementary Color

#f3117d #11f387

#f3117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3117d Color CSS Codes

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

#f3117d Text Font Color

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

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


#f3117d Background Color

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

This div background color is #f3117d


#f3117d Border Color

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

This div border color is #f3117d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3117d


Comments

No comments written yet.

Please login to write comment.