Color Hex Logo

#f787fe Color Hex

#F787FE
(247,135,254)
0 Favorites   0 Comments

Color spaces of #f787fe

RGB 247135254
HSL0.820.980.76
HSV296°47°100°
CMYK 0.030.470.00   0.00
XYZ64.911144.257998.8874
Yxy44.25790.31200.2127
Hunter Lab66.526657.7438-41.5620
CIE-Lab72.400559.2782-41.2677

#f787fe color RGB value is (247,135,254).

#f787fe hex color red value is 247, green value is 135 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f787fe hue: 0.82 , saturation: 0.98 and the lightness value of f787fe is 0.76.

The process color (four color CMYK) of #f787fe color hex is 0.03, 0.47, 0.00, 0.00. Web safe color of #f787fe is #ff99ff. Color #f787fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000111 11111110
Octal 367 207 376
Decimal 247 135 254
Hex F7 87 FE

RGB Percentages of Color #f787fe

%38.84
%21.23
%39.94

CMYK Percentages of Color #f787fe

%3
%47
%0
%0

Triadic Colors of #f787fe

#f787fe #fef787 #87fef7

Analogous Colors of #f787fe

#f787fe #fe87ca #bc87fe

Monochromatic Colors of #f787fe

#f787fe

Complementary Color

#f787fe #8efe87

#f787fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f787fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f787fe Color CSS Codes

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

#f787fe Text Font Color

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

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


#f787fe Background Color

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

This div background color is #f787fe


#f787fe Border Color

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

This div border color is #f787fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f787fe

Related Colors


Comments

No comments written yet.

Please login to write comment.