Color Hex Logo

#f138fe Color Hex

#F138FE
(241,56,254)
0 Favorites   0 Comments

Color spaces of #f138fe

RGB 24156254
HSL0.820.990.61
HSV296°78°100°
CMYK 0.050.780.00   0.00
XYZ55.579228.684996.3733
Yxy28.68490.30770.1588
Hunter Lab53.558391.5083-69.1962
CIE-Lab60.502588.3617-60.1261

#f138fe color RGB value is (241,56,254).

#f138fe hex color red value is 241, green value is 56 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f138fe hue: 0.82 , saturation: 0.99 and the lightness value of f138fe is 0.61.

The process color (four color CMYK) of #f138fe color hex is 0.05, 0.78, 0.00, 0.00. Web safe color of #f138fe is #ff33ff. Color #f138fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111000 11111110
Octal 361 70 376
Decimal 241 56 254
Hex F1 38 FE

RGB Percentages of Color #f138fe

%43.74
%10.16
%46.10

CMYK Percentages of Color #f138fe

%5
%78
%0
%0

Triadic Colors of #f138fe

#f138fe #fef138 #38fef1

Analogous Colors of #f138fe

#f138fe #fe38a8 #8e38fe

Monochromatic Colors of #f138fe

#f138fe

Complementary Color

#f138fe #45fe38

#f138fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f138fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f138fe Color CSS Codes

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

#f138fe Text Font Color

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

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


#f138fe Background Color

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

This div background color is #f138fe


#f138fe Border Color

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

This div border color is #f138fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f138fe


Comments

No comments written yet.

Please login to write comment.