Color Hex Logo

#f081fd Color Hex

#F081FD
(240,129,253)
0 Favorites   0 Comments

Color spaces of #f081fd

RGB 240129253
HSL0.820.970.75
HSV294°49°99°
CMYK 0.050.490.00   0.01
XYZ61.515141.317697.6614
Yxy41.31760.30680.2061
Hunter Lab64.278858.3375-45.0866
CIE-Lab70.397960.0937-43.9169

#f081fd color RGB value is (240,129,253).

#f081fd hex color red value is 240, green value is 129 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f081fd hue: 0.82 , saturation: 0.97 and the lightness value of f081fd is 0.75.

The process color (four color CMYK) of #f081fd color hex is 0.05, 0.49, 0.00, 0.01. Web safe color of #f081fd is #ff99ff. Color #f081fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000001 11111101
Octal 360 201 375
Decimal 240 129 253
Hex F0 81 FD

RGB Percentages of Color #f081fd

%38.59
%20.74
%40.68

CMYK Percentages of Color #f081fd

%5
%49
%0
%1

Triadic Colors of #f081fd

#f081fd #fdf081 #81fdf0

Analogous Colors of #f081fd

#f081fd #fd81cc #b281fd

Monochromatic Colors of #f081fd

#f081fd

Complementary Color

#f081fd #8efd81

#f081fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f081fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f081fd Color CSS Codes

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

#f081fd Text Font Color

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

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


#f081fd Background Color

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

This div background color is #f081fd


#f081fd Border Color

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

This div border color is #f081fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,129,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f081fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f081fd;
  -webkit-box-shadow: 1px 1px 3px 2px #f081fd;
  box-shadow:         1px 1px 3px 2px #f081fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,129,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f081fd

Related Colors


Comments

No comments written yet.

Please login to write comment.