Color Hex Logo

#f765eb Color Hex

#F765EB
(247,101,235)
0 Favorites   0 Comments

Color spaces of #f765eb

RGB 247101235
HSL0.850.900.68
HSV305°59°97°
CMYK 0.000.590.05   0.03
XYZ58.006835.079782.3110
Yxy35.07970.33070.2000
Hunter Lab59.228171.1700-40.9373
CIE-Lab65.810771.4827-41.1391

#f765eb color RGB value is (247,101,235).

#f765eb hex color red value is 247, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f765eb hue: 0.85 , saturation: 0.90 and the lightness value of f765eb is 0.68.

The process color (four color CMYK) of #f765eb color hex is 0.00, 0.59, 0.05, 0.03. Web safe color of #f765eb is #ff66ff. Color #f765eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100101 11101011
Octal 367 145 353
Decimal 247 101 235
Hex F7 65 EB

RGB Percentages of Color #f765eb

%42.37
%17.32
%40.31

CMYK Percentages of Color #f765eb

%0
%59
%5
%3

Triadic Colors of #f765eb

#f765eb #ebf765 #65ebf7

Analogous Colors of #f765eb

#f765eb #f765a2 #ba65f7

Monochromatic Colors of #f765eb

#f765eb

Complementary Color

#f765eb #65f771

#f765eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f765eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f765eb Color CSS Codes

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

#f765eb Text Font Color

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

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


#f765eb Background Color

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

This div background color is #f765eb


#f765eb Border Color

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

This div border color is #f765eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,101,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f765eb


Comments

No comments written yet.

Please login to write comment.