Color Hex Logo

#f768b5 Color Hex

#F768B5
(247,104,181)
0 Favorites   0 Comments

Color spaces of #f768b5

RGB 247104181
HSL0.910.900.69
HSV328°58°97°
CMYK 0.000.580.27   0.03
XYZ51.648633.011047.3656
Yxy33.01100.39120.2500
Hunter Lab57.455259.9136-8.6596
CIE-Lab64.169862.4560-13.3175

#f768b5 color RGB value is (247,104,181).

#f768b5 hex color red value is 247, green value is 104 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #f768b5 hue: 0.91 , saturation: 0.90 and the lightness value of f768b5 is 0.69.

The process color (four color CMYK) of #f768b5 color hex is 0.00, 0.58, 0.27, 0.03. Web safe color of #f768b5 is #ff66cc. Color #f768b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101000 10110101
Octal 367 150 265
Decimal 247 104 181
Hex F7 68 B5

RGB Percentages of Color #f768b5

%46.43
%19.55
%34.02

CMYK Percentages of Color #f768b5

%0
%58
%27
%3

Triadic Colors of #f768b5

#f768b5 #b5f768 #68b5f7

Analogous Colors of #f768b5

#f768b5 #f7686e #f268f7

Monochromatic Colors of #f768b5

#f768b5

Complementary Color

#f768b5 #68f7aa

#f768b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f768b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f768b5 Color CSS Codes

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

#f768b5 Text Font Color

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

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


#f768b5 Background Color

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

This div background color is #f768b5


#f768b5 Border Color

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

This div border color is #f768b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f768b5


Comments

No comments written yet.

Please login to write comment.