Color Hex Logo

#f127dc Color Hex

#F127DC
(241,39,220)
0 Favorites   0 Comments

Color spaces of #f127dc

RGB 24139220
HSL0.850.880.55
HSV306°84°95°
CMYK 0.000.840.09   0.05
XYZ49.919425.319169.9662
Yxy25.31910.34380.1744
Hunter Lab50.318189.0290-47.2188
CIE-Lab57.385087.0956-46.0603

#f127dc color RGB value is (241,39,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100111 11011100
Octal 361 47 334
Decimal 241 39 220
Hex F1 27 DC

RGB Percentages of Color #f127dc

%48.20
%7.80
%44.00

CMYK Percentages of Color #f127dc

%0
%84
%9
%5

Triadic Colors of #f127dc

#f127dc #dcf127 #27dcf1

Analogous Colors of #f127dc

#f127dc #f12777 #a127f1

Monochromatic Colors of #f127dc

#f127dc

Complementary Color

#f127dc #27f13c

#f127dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f127dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f127dc Color CSS Codes

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

#f127dc Text Font Color

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

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


#f127dc Background Color

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

This div background color is #f127dc


#f127dc Border Color

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

This div border color is #f127dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f127dc


Comments

No comments written yet.

Please login to write comment.