Color Hex Logo

#f127be Color Hex

#F127BE
(241,39,190)
0 Favorites   0 Comments

Color spaces of #f127be

RGB 24139190
HSL0.880.880.55
HSV315°84°95°
CMYK 0.000.840.21   0.05
XYZ46.295423.869550.8824
Yxy23.86950.38250.1972
Hunter Lab48.856483.6444-27.5491
CIE-Lab55.956983.2429-31.1390

#f127be color RGB value is (241,39,190).

#f127be hex color red value is 241, green value is 39 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f127be hue: 0.88 , saturation: 0.88 and the lightness value of f127be is 0.55.

The process color (four color CMYK) of #f127be color hex is 0.00, 0.84, 0.21, 0.05. Web safe color of #f127be is #ff33cc. Color #f127be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100111 10111110
Octal 361 47 276
Decimal 241 39 190
Hex F1 27 BE

RGB Percentages of Color #f127be

%51.28
%8.30
%40.43

CMYK Percentages of Color #f127be

%0
%84
%21
%5

Triadic Colors of #f127be

#f127be #bef127 #27bef1

Analogous Colors of #f127be

#f127be #f12759 #bf27f1

Monochromatic Colors of #f127be

#f127be

Complementary Color

#f127be #27f15a

#f127be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f127be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f127be Color CSS Codes

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

#f127be Text Font Color

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

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


#f127be Background Color

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

This div background color is #f127be


#f127be Border Color

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

This div border color is #f127be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f127be


Comments

No comments written yet.

Please login to write comment.