Color Hex Logo

#f137d8 Color Hex

#F137D8
(241,55,216)
0 Favorites   0 Comments

Color spaces of #f137d8

RGB 24155216
HSL0.860.870.58
HSV308°77°95°
CMYK 0.000.770.10   0.05
XYZ50.036526.391067.4225
Yxy26.39100.34780.1835
Hunter Lab51.372283.9577-41.8536
CIE-Lab58.406383.0085-42.1820

#f137d8 color RGB value is (241,55,216).

#f137d8 hex color red value is 241, green value is 55 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #f137d8 hue: 0.86 , saturation: 0.87 and the lightness value of f137d8 is 0.58.

The process color (four color CMYK) of #f137d8 color hex is 0.00, 0.77, 0.10, 0.05. Web safe color of #f137d8 is #ff33cc. Color #f137d8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110111 11011000
Octal 361 67 330
Decimal 241 55 216
Hex F1 37 D8

RGB Percentages of Color #f137d8

%47.07
%10.74
%42.19

CMYK Percentages of Color #f137d8

%0
%77
%10
%5

Triadic Colors of #f137d8

#f137d8 #d8f137 #37d8f1

Analogous Colors of #f137d8

#f137d8 #f1377b #ad37f1

Monochromatic Colors of #f137d8

#f137d8

Complementary Color

#f137d8 #37f150

#f137d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f137d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f137d8 Color CSS Codes

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

#f137d8 Text Font Color

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

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


#f137d8 Background Color

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

This div background color is #f137d8


#f137d8 Border Color

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

This div border color is #f137d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,55,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f137d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f137d8;
  -webkit-box-shadow: 1px 1px 3px 2px #f137d8;
  box-shadow:         1px 1px 3px 2px #f137d8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,55,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f137d8


Comments

No comments written yet.

Please login to write comment.