color codes Logo

#f79bf8 color codes

#F79BF8
(247,155,248)
0 Favorites   0 Comments

Color spaces of #f79bf8

RGB 247155248
HSL0.830.870.79
HSV299°38°97°
CMYK 0.000.380.00   0.03
XYZ67.022449.994294.9243
Yxy49.99420.31620.2359
Hunter Lab70.706645.4627-30.1028
CIE-Lab76.065748.2032-32.3257

#f79bf8 color RGB value is (247,155,248).

#f79bf8 hex color red value is 247, green value is 155 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #f79bf8 hue: 0.83 , saturation: 0.87 and the lightness value of f79bf8 is 0.79.

The process color (four color CMYK) of #f79bf8 color code is 0.00, 0.38, 0.00, 0.03. Web safe color of #f79bf8 is #ff99ff. Color #f79bf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10011011 11111000
Octal 367 233 370
Decimal 247 155 248
Hex F7 9B F8

RGB Percentages of Color #f79bf8

%38.00
%23.85
%38.15

CMYK Percentages of Color #f79bf8

%0
%38
%0
%3

Triadic Colors of #f79bf8

#f79bf8 #f8f79b #9bf8f7

Analogous Colors of #f79bf8

#f79bf8 #f89bcb #c99bf8

Monochromatic Colors of #f79bf8

#f79bf8

Complementary Color

#f79bf8 #9cf89b

#f79bf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f79bf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f79bf8 Color CSS Codes

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

#f79bf8 Text Font Color

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

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


#f79bf8 Background Color

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

This div background color is #f79bf8


#f79bf8 Border Color

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

This div border color is #f79bf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f79bf8


Comments

No comments written yet.

Please login to write comment.