Color Hex Logo

#f762fe Color Hex

#F762FE
(247,98,254)
0 Favorites   0 Comments

Color spaces of #f762fe

RGB 24798254
HSL0.830.990.69
HSV297°61°100°
CMYK 0.030.610.00   0.00
XYZ60.614835.665397.4553
Yxy35.66530.31290.1841
Hunter Lab59.720476.6624-54.9486
CIE-Lab66.263475.7944-50.9095

#f762fe color RGB value is (247,98,254).

#f762fe hex color red value is 247, green value is 98 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f762fe hue: 0.83 , saturation: 0.99 and the lightness value of f762fe is 0.69.

The process color (four color CMYK) of #f762fe color hex is 0.03, 0.61, 0.00, 0.00. Web safe color of #f762fe is #ff66ff. Color #f762fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100010 11111110
Octal 367 142 376
Decimal 247 98 254
Hex F7 62 FE

RGB Percentages of Color #f762fe

%41.24
%16.36
%42.40

CMYK Percentages of Color #f762fe

%3
%61
%0
%0

Triadic Colors of #f762fe

#f762fe #fef762 #62fef7

Analogous Colors of #f762fe

#f762fe #fe62b7 #a962fe

Monochromatic Colors of #f762fe

#f762fe

Complementary Color

#f762fe #69fe62

#f762fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f762fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f762fe Color CSS Codes

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

#f762fe Text Font Color

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

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


#f762fe Background Color

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

This div background color is #f762fe


#f762fe Border Color

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

This div border color is #f762fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f762fe


Comments

No comments written yet.

Please login to write comment.