Color Hex Logo

#f87efd Color Hex

#F87EFD
(248,126,253)
0 Favorites   0 Comments

Color spaces of #f87efd

RGB 248126253
HSL0.830.970.74
HSV298°50°99°
CMYK 0.020.500.00   0.01
XYZ63.901941.970097.6615
Yxy41.97000.31400.2062
Hunter Lab64.784362.6964-44.0300
CIE-Lab70.850263.6667-43.1370

#f87efd color RGB value is (248,126,253).

#f87efd hex color red value is 248, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f87efd hue: 0.83 , saturation: 0.97 and the lightness value of f87efd is 0.74.

The process color (four color CMYK) of #f87efd color hex is 0.02, 0.50, 0.00, 0.01. Web safe color of #f87efd is #ff66ff. Color #f87efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111110 11111101
Octal 370 176 375
Decimal 248 126 253
Hex F8 7E FD

RGB Percentages of Color #f87efd

%39.55
%20.10
%40.35

CMYK Percentages of Color #f87efd

%2
%50
%0
%1

Triadic Colors of #f87efd

#f87efd #fdf87e #7efdf8

Analogous Colors of #f87efd

#f87efd #fd7ec3 #b97efd

Monochromatic Colors of #f87efd

#f87efd

Complementary Color

#f87efd #83fd7e

#f87efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87efd Color CSS Codes

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

#f87efd Text Font Color

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

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


#f87efd Background Color

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

This div background color is #f87efd


#f87efd Border Color

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

This div border color is #f87efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,126,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 #f87efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87efd


Comments

No comments written yet.

Please login to write comment.