Color Hex Logo

#f138fc Color Hex

#F138FC
(241,56,252)
0 Favorites   0 Comments

Color spaces of #f138fc

RGB 24156252
HSL0.820.970.60
HSV297°78°99°
CMYK 0.040.780.00   0.01
XYZ55.260528.557494.6950
Yxy28.55740.30960.1600
Hunter Lab53.439191.0654-67.6555
CIE-Lab60.389088.0502-59.2006

#f138fc color RGB value is (241,56,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111000 11111100
Octal 361 70 374
Decimal 241 56 252
Hex F1 38 FC

RGB Percentages of Color #f138fc

%43.90
%10.20
%45.90

CMYK Percentages of Color #f138fc

%4
%78
%0
%1

Triadic Colors of #f138fc

#f138fc #fcf138 #38fcf1

Analogous Colors of #f138fc

#f138fc #fc38a5 #8f38fc

Monochromatic Colors of #f138fc

#f138fc

Complementary Color

#f138fc #43fc38

#f138fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f138fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f138fc Color CSS Codes

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

#f138fc Text Font Color

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

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


#f138fc Background Color

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

This div background color is #f138fc


#f138fc Border Color

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

This div border color is #f138fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f138fc


Comments

No comments written yet.

Please login to write comment.