Color Hex Logo

#f379bc Color Hex

#F379BC
(243,121,188)
0 Favorites   0 Comments

Color spaces of #f379bc

RGB 243121188
HSL0.910.840.71
HSV327°50°95°
CMYK 0.000.500.23   0.05
XYZ52.876636.360351.8083
Yxy36.36030.37490.2578
Hunter Lab60.299551.0024-8.7313
CIE-Lab66.794354.3519-13.3896

#f379bc color RGB value is (243,121,188).

#f379bc hex color red value is 243, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f379bc hue: 0.91 , saturation: 0.84 and the lightness value of f379bc is 0.71.

The process color (four color CMYK) of #f379bc color hex is 0.00, 0.50, 0.23, 0.05. Web safe color of #f379bc is #ff66cc. Color #f379bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111001 10111100
Octal 363 171 274
Decimal 243 121 188
Hex F3 79 BC

RGB Percentages of Color #f379bc

%44.02
%21.92
%34.06

CMYK Percentages of Color #f379bc

%0
%50
%23
%5

Triadic Colors of #f379bc

#f379bc #bcf379 #79bcf3

Analogous Colors of #f379bc

#f379bc #f3797f #ed79f3

Monochromatic Colors of #f379bc

#f379bc

Complementary Color

#f379bc #79f3b0

#f379bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f379bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f379bc Color CSS Codes

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

#f379bc Text Font Color

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

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


#f379bc Background Color

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

This div background color is #f379bc


#f379bc Border Color

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

This div border color is #f379bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,121,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f379bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f379bc;
  -webkit-box-shadow: 1px 1px 3px 2px #f379bc;
  box-shadow:         1px 1px 3px 2px #f379bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,121,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f379bc


Comments

No comments written yet.

Please login to write comment.